Color Hex Logo

#699bbd Color Hex

#699BBD
(105,155,189)
0 Favorites   0 Comments

Color spaces of #699bbd

RGB 105155189
HSL0.570.390.58
HSV204°44°74°
CMYK 0.440.180.00   0.26
XYZ26.732430.120152.5489
Yxy30.12010.24440.2753
Hunter Lab54.8818-9.0974-18.3525
CIE-Lab61.7577-7.5681-22.8139

#699bbd color RGB value is (105,155,189).

#699bbd hex color red value is 105, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #699bbd hue: 0.57 , saturation: 0.39 and the lightness value of 699bbd is 0.58.

The process color (four color CMYK) of #699bbd color hex is 0.44, 0.18, 0.00, 0.26. Web safe color of #699bbd is #6699cc. Color #699bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011011 10111101
Octal 151 233 275
Decimal 105 155 189
Hex 69 9B BD

RGB Percentages of Color #699bbd

%23.39
%34.52
%42.09

CMYK Percentages of Color #699bbd

%44
%18
%0
%26

Triadic Colors of #699bbd

#699bbd #bd699b #9bbd69

Analogous Colors of #699bbd

#699bbd #6971bd #69bdb5

Monochromatic Colors of #699bbd

#699bbd

Complementary Color

#699bbd #bd8b69

#699bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#699bbd Color CSS Codes

.mybgcolor {background-color:#699bbd; } 
.myforecolor {color:#699bbd; }
.mybordercolor {border:3px solid #699bbd; }

#699bbd Text Font Color

<p style="color:#699bbd">Text here</p>

This sample text font color is #699bbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#699bbd Background Color

<div style="background-color:#699bbd">
Div content here</div>

This div background color is #699bbd


#699bbd Border Color

<div style="border:3px solid #699bbd">
Div here</div>

This div border color is #699bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,155,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #699bbd;
  box-shadow:         1px 1px 3px 2px #699bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,155,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #699bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #699bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #699bbd;
  box-shadow:         1px 1px 3px 2px #699bbd;">
Div content here</div>

This div box has shadow with color #699bbd


Comments

No comments written yet.

Please login to write comment.