#629E9C

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

Shades of Cadet Blue #629E9C

Tints of Cadet Blue #629E9C

Color information

#629E9C (or 0x629E9C) is unknown color: approx Cadet Blue. HEX triplet: 62, 9E and 9C. RGB value is (98,158,156). Sum of RGB (Red+Green+Blue) = 98+158+156=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #629E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E9C is #9D6163. Grayscale: #8B8B8B. Windows color (decimal): -10314084 or 10264162. OLE color: 10264162.

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

Color convert

RGB98158156-
CMYK0.3800.010.38
HSL178º23.62%50.2%-
HSV(B)178º37.97%61.96%-
XYZ23.2629.4535.91-
YUV139.83137.1298.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.79%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=23.79%
G=38.35%
B=37.86%

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
Decimal981581560.3800.010.3817823.6250.2
Hex629E9C260126b21832
Octal1422362344601462623062
Binary11000101001111010011100100110011001101011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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