#699D9D

Color #699D9D Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #699D9D

Tints of Cadet Blue #699D9D

Color information

#699D9D (or 0x699D9D) is unknown color: approx Cadet Blue. HEX triplet: 69, 9D and 9D. RGB value is (105,157,157). Sum of RGB (Red+Green+Blue) = 105+157+157=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #699D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D9D is #966262. Grayscale: #8D8D8D. Windows color (decimal): -9855587 or 10329449. OLE color: 10329449.

HSL color Cylindrical-coordinate representation of color #699D9D: hue angle of 180º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D9D is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105157157-
CMYK0.33000.38
HSL180º20.97%51.37%-
HSV(B)180º33.12%61.57%-
XYZ23.9729.5536.34-
YUV141.45136.77102-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=25.06%
G=37.47%
B=37.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051571570.33000.3818020.9751.37
Hex699D9D210026b41533
Octal1512352354100462642563
Binary11010011001110110011101100001001001101011010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D9D; }

 p { color: rgb(105,157,157); }

 H1.HeaderClassName
 {
   color: #699D9D;
 }
 .AnyTagClassName
 {
   color: #699D9D;
 }
</style>
background-color css

<style>
 a { background-color: #699D9D; }

 a { background-color: rgb(105,157,157); }

 div.DivClassName
 {
   background-color: #699D9D;
 }
 .BgClassName
 {
   background-color: #699D9D;
 }
</style>
border-color css

<style>
 span { border-color: #699D9D; }

 span { border-color: rgb(105,157,157); }

 td.TdClassName
 {
   border-color: #699D9D;
 }
 .TagClassName
 {
   border-color: #699D9D;
 }
</style>