#62969C

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

Shades of Cadet Blue #62969C

Tints of Cadet Blue #62969C

Color information

#62969C (or 0x62969C) is unknown color: approx Cadet Blue. HEX triplet: 62, 96 and 9C. RGB value is (98,150,156). Sum of RGB (Red+Green+Blue) = 98+150+156=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #62969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62969C is #9D6963. Grayscale: #878787. Windows color (decimal): -10316132 or 10262114. OLE color: 10262114.

HSL color Cylindrical-coordinate representation of color #62969C: hue angle of 186.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62969C is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98150156-
CMYK0.370.0400.39
HSL186.21º22.83%49.8%-
HSV(B)186.21º37.18%61.18%-
XYZ21.9426.8135.47-
YUV135.14139.77101.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.26%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=24.26%
G=37.13%
B=38.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981501560.370.0400.39186.2122.8349.8
Hex62969C254027ba1732
Octal1422262344540472722762
Binary1100010100101101001110010010110001001111011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62969C; }

 p { color: rgb(98,150,156); }

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

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

 a { background-color: rgb(98,150,156); }

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

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

 span { border-color: rgb(98,150,156); }

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