#699897

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

Shades of Cadet Blue #699897

Tints of Cadet Blue #699897

Color information

#699897 (or 0x699897) is unknown color: approx Cadet Blue. HEX triplet: 69, 98 and 97. RGB value is (105,152,151). Sum of RGB (Red+Green+Blue) = 105+152+151=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #699897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699897 is #966768. Grayscale: #898989. Windows color (decimal): -9856873 or 9934953. OLE color: 9934953.

HSL color Cylindrical-coordinate representation of color #699897: hue angle of 178.72º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699897 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB105152151-
CMYK0.3100.010.40
HSL178.72º18.58%50.39%-
HSV(B)178.72º30.92%59.61%-
XYZ22.6427.6933.43-
YUV137.83135.43104.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=25.74%
G=37.25%
B=37.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521510.3100.010.40178.7218.5850.39
Hex6998971F0128b31332
Octal1512302273701502632362
Binary1101001100110001001011111111011010001011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699897; }

 p { color: rgb(105,152,151); }

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

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

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

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

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

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

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