Color Hex Logo

#699bad Color Hex

#699BAD
(105,155,173)
0 Favorites   0 Comments

Color spaces of #699bad

RGB 105155173
HSL0.540.290.55
HSV196°39°68°
CMYK 0.390.100.00   0.32
XYZ25.089929.463143.8997
Yxy29.46310.25480.2993
Hunter Lab54.2799-12.4815-9.9557
CIE-Lab61.1882-11.9649-14.6680

#699bad color RGB value is (105,155,173).

#699bad hex color red value is 105, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #699bad hue: 0.54 , saturation: 0.29 and the lightness value of 699bad is 0.55.

The process color (four color CMYK) of #699bad color hex is 0.39, 0.10, 0.00, 0.32. Web safe color of #699bad is #669999. Color #699bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011011 10101101
Octal 151 233 255
Decimal 105 155 173
Hex 69 9B AD

RGB Percentages of Color #699bad

%24.25
%35.80
%39.95

CMYK Percentages of Color #699bad

%39
%10
%0
%32

Triadic Colors of #699bad

#699bad #ad699b #9bad69

Analogous Colors of #699bad

#699bad #6979ad #69ad9d

Monochromatic Colors of #699bad

#699bad

Complementary Color

#699bad #ad7b69

#699bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#699bad Color CSS Codes

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

#699bad Text Font Color

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

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


#699bad Background Color

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

This div background color is #699bad


#699bad Border Color

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

This div border color is #699bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699bad


Comments

No comments written yet.

Please login to write comment.