#639D9E

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

Shades of Cadet Blue #639D9E

Tints of Cadet Blue #639D9E

Color information

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

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

Color convert

RGB99157158-
CMYK0.370.0100.38
HSL181.02º23.32%50.39%-
HSV(B)181.02º37.34%61.96%-
XYZ23.3729.2436.76-
YUV139.77138.2898.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991571580.370.0100.38181.0223.3250.39
Hex639D9E251026b51732
Octal1432352364510462652762
Binary11000111001110110011110100101101001101011010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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