#62969B

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

Shades of Cadet Blue #62969B

Tints of Cadet Blue #62969B

Color information

#62969B (or 0x62969B) is unknown color: approx Cadet Blue. HEX triplet: 62, 96 and 9B. RGB value is (98,150,155). Sum of RGB (Red+Green+Blue) = 98+150+155=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #62969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62969B is #9D6964. Grayscale: #868686. Windows color (decimal): -10316133 or 10196578. OLE color: 10196578.

HSL color Cylindrical-coordinate representation of color #62969B: hue angle of 185.26º 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 #62969B is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98150155-
CMYK0.370.0300.39
HSL185.26º22.53%49.61%-
HSV(B)185.26º36.77%60.78%-
XYZ21.8626.7835.03-
YUV135.02139.27101.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=24.32%
G=37.22%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981501550.370.0300.39185.2622.5349.61
Hex62969B253027b91732
Octal1422262334530472712762
Binary110001010010110100110111001011101001111011100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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