#639EAB

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

Shades of Cadet Blue #639EAB

Tints of Cadet Blue #639EAB

Color information

#639EAB (or 0x639EAB) is unknown color: approx Cadet Blue. HEX triplet: 63, 9E and AB. RGB value is (99,158,171). Sum of RGB (Red+Green+Blue) = 99+158+171=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #639EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639EAB is #9C6154. Grayscale: #8D8D8D. Windows color (decimal): -10248533 or 11247203. OLE color: 11247203.

HSL color Cylindrical-coordinate representation of color #639EAB: hue angle of 190.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639EAB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99158171-
CMYK0.420.0800.33
HSL190.83º30%52.94%-
HSV(B)190.83º42.11%67.06%-
XYZ24.7230.0543.02-
YUV141.84144.4597.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.13%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=23.13%
G=36.92%
B=39.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991581710.420.0800.33190.833052.94
Hex639EAB2A8021bf1e35
Octal14323625352100412773665
Binary11000111001111010101011101010100001000011011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639EAB; }

 p { color: rgb(99,158,171); }

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

<style>
 a { background-color: #639EAB; }

 a { background-color: rgb(99,158,171); }

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

<style>
 span { border-color: #639EAB; }

 span { border-color: rgb(99,158,171); }

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