#639F96

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

Shades of Cadet Blue #639F96

Tints of Cadet Blue #639F96

Color information

#639F96 (or 0x639F96) is unknown color: approx Cadet Blue. HEX triplet: 63, 9F and 96. RGB value is (99,159,150). Sum of RGB (Red+Green+Blue) = 99+159+150=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #639F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F96 is #9C6069. Grayscale: #8C8C8C. Windows color (decimal): -10248298 or 9871203. OLE color: 9871203.

HSL color Cylindrical-coordinate representation of color #639F96: hue angle of 171º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F96 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB99159150-
CMYK0.3800.060.38
HSL171º23.81%50.59%-
HSV(B)171º37.74%62.35%-
XYZ23.0529.6533.36-
YUV140.03133.6298.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=24.26%
G=38.97%
B=36.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591500.3800.060.3817123.8150.59
Hex639F96260626ab1833
Octal1432372264606462533063
Binary1100011100111111001011010011001101001101010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,150); }

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

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

 a { background-color: rgb(99,159,150); }

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

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

 span { border-color: rgb(99,159,150); }

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