#639B9E

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

Shades of Cadet Blue #639B9E

Tints of Cadet Blue #639B9E

Color information

#639B9E (or 0x639B9E) is unknown color: approx Cadet Blue. HEX triplet: 63, 9B and 9E. RGB value is (99,155,158). Sum of RGB (Red+Green+Blue) = 99+155+158=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #639B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B9E is #9C6461. Grayscale: #8A8A8A. Windows color (decimal): -10249314 or 10394467. OLE color: 10394467.

HSL color Cylindrical-coordinate representation of color #639B9E: hue angle of 183.05º 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 #639B9E is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99155158-
CMYK0.370.0200.38
HSL183.05º23.32%50.39%-
HSV(B)183.05º37.34%61.96%-
XYZ23.0428.5636.65-
YUV138.6138.9599.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=24.03%
G=37.62%
B=38.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991551580.370.0200.38183.0523.3250.39
Hex639B9E252026b71732
Octal1432332364520462672762
Binary110001110011011100111101001011001001101011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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