#629D9C

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

Shades of Cadet Blue #629D9C

Tints of Cadet Blue #629D9C

Color information

#629D9C (or 0x629D9C) is unknown color: approx Cadet Blue. HEX triplet: 62, 9D and 9C. RGB value is (98,157,156). Sum of RGB (Red+Green+Blue) = 98+157+156=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #629D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D9C is #9D6263. Grayscale: #8B8B8B. Windows color (decimal): -10314340 or 10263906. OLE color: 10263906.

HSL color Cylindrical-coordinate representation of color #629D9C: hue angle of 178.98º degrees, saturation: 0.23, 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 #629D9C is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB98157156-
CMYK0.3800.010.38
HSL178.98º23.14%50%-
HSV(B)178.98º37.58%61.57%-
XYZ23.0929.1135.85-
YUV139.24137.4598.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.84%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=23.84%
G=38.20%
B=37.96%

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
Decimal981571560.3800.010.38178.9823.1450
Hex629D9C260126b31732
Octal1422352344601462632762
Binary11000101001110110011100100110011001101011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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