#629F9D

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

Shades of Cadet Blue #629F9D

Tints of Cadet Blue #629F9D

Color information

#629F9D (or 0x629F9D) is unknown color: approx Cadet Blue. HEX triplet: 62, 9F and 9D. RGB value is (98,159,157). Sum of RGB (Red+Green+Blue) = 98+159+157=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #629F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F9D is #9D6062. Grayscale: #8C8C8C. Windows color (decimal): -10313827 or 10329954. OLE color: 10329954.

HSL color Cylindrical-coordinate representation of color #629F9D: hue angle of 178.03º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629F9D is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB98159157-
CMYK0.3800.010.38
HSL178.03º24.11%50.39%-
HSV(B)178.03º38.36%62.35%-
XYZ23.5229.8336.42-
YUV140.53137.2997.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.67%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=23.67%
G=38.41%
B=37.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591570.3800.010.38178.0324.1150.39
Hex629F9D260126b21832
Octal1422372354601462623062
Binary11000101001111110011101100110011001101011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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