#639E9D

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

Shades of Cadet Blue #639E9D

Tints of Cadet Blue #639E9D

Color information

#639E9D (or 0x639E9D) is unknown color: approx Cadet Blue. HEX triplet: 63, 9E and 9D. RGB value is (99,158,157). Sum of RGB (Red+Green+Blue) = 99+158+157=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #639E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E9D is #9C6162. Grayscale: #8C8C8C. Windows color (decimal): -10248547 or 10329699. OLE color: 10329699.

HSL color Cylindrical-coordinate representation of color #639E9D: 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.37%. Process color model (Four color, CMYK) of #639E9D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB99158157-
CMYK0.3700.010.38
HSL178.98º23.32%50.39%-
HSV(B)178.98º37.34%61.96%-
XYZ23.4629.5436.36-
YUV140.24137.4598.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.91%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=23.91%
G=38.16%
B=37.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581570.3700.010.38178.9823.3250.39
Hex639E9D250126b31732
Octal1432362354501462632762
Binary11000111001111010011101100101011001101011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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