#629DA2

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

Shades of Cadet Blue #629DA2

Tints of Cadet Blue #629DA2

Color information

#629DA2 (or 0x629DA2) is unknown color: approx Cadet Blue. HEX triplet: 62, 9D and A2. RGB value is (98,157,162). Sum of RGB (Red+Green+Blue) = 98+157+162=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #629DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629DA2 is #9D625D. Grayscale: #8B8B8B. Windows color (decimal): -10314334 or 10657122. OLE color: 10657122.

HSL color Cylindrical-coordinate representation of color #629DA2: hue angle of 184.69º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #629DA2 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98157162-
CMYK0.400.0300.36
HSL184.69º25.6%50.98%-
HSV(B)184.69º39.51%63.53%-
XYZ23.6229.3238.6-
YUV139.93140.4598.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.50%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=23.50%
G=37.65%
B=38.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981571620.400.0300.36184.6925.650.98
Hex629DA2283024b91a33
Octal1422352425030442713263
Binary110001010011101101000101010001101001001011100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629DA2; }

 p { color: rgb(98,157,162); }

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

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

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

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

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

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

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