#62999B

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

Shades of Cadet Blue #62999B

Tints of Cadet Blue #62999B

Color information

#62999B (or 0x62999B) is unknown color: approx Cadet Blue. HEX triplet: 62, 99 and 9B. RGB value is (98,153,155). Sum of RGB (Red+Green+Blue) = 98+153+155=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #62999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62999B is #9D6664. Grayscale: #888888. Windows color (decimal): -10315365 or 10197346. OLE color: 10197346.

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

Color convert

RGB98153155-
CMYK0.370.0100.39
HSL182.11º22.53%49.61%-
HSV(B)182.11º36.77%60.78%-
XYZ22.3427.7535.19-
YUV136.78138.28100.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.14%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=24.14%
G=37.68%
B=38.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981531550.370.0100.39182.1122.5349.61
Hex62999B251027b61732
Octal1422312334510472662762
Binary11000101001100110011011100101101001111011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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