Color Hex Logo

#699cbd Color Hex

#699CBD
(105,156,189)
0 Favorites   0 Comments

Color spaces of #699cbd

RGB 105156189
HSL0.570.390.58
HSV204°44°74°
CMYK 0.440.170.00   0.26
XYZ26.899530.454352.6046
Yxy30.45430.24460.2770
Hunter Lab55.1854-9.5667-17.8874
CIE-Lab62.0442-8.1220-22.3753

#699cbd color RGB value is (105,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011100 10111101
Octal 151 234 275
Decimal 105 156 189
Hex 69 9C BD

RGB Percentages of Color #699cbd

%23.33
%34.67
%42.00

CMYK Percentages of Color #699cbd

%44
%17
%0
%26

Triadic Colors of #699cbd

#699cbd #bd699c #9cbd69

Analogous Colors of #699cbd

#699cbd #6972bd #69bdb4

Monochromatic Colors of #699cbd

#699cbd

Complementary Color

#699cbd #bd8a69

#699cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#699cbd Color CSS Codes

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

#699cbd Text Font Color

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

This sample text font color is #699cbd
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.


#699cbd Background Color

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

This div background color is #699cbd


#699cbd Border Color

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

This div border color is #699cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,156,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 #699cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699cbd


Comments

No comments written yet.

Please login to write comment.