#639C96

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

Shades of Cadet Blue #639C96

Tints of Cadet Blue #639C96

Color information

#639C96 (or 0x639C96) is unknown color: approx Cadet Blue. HEX triplet: 63, 9C and 96. RGB value is (99,156,150). Sum of RGB (Red+Green+Blue) = 99+156+150=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #639C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C96 is #9C6369. Grayscale: #8A8A8A. Windows color (decimal): -10249066 or 9870435. OLE color: 9870435.

HSL color Cylindrical-coordinate representation of color #639C96: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C96 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB99156150-
CMYK0.3700.040.39
HSL173.68º22.35%50%-
HSV(B)173.68º36.54%61.18%-
XYZ22.5428.6333.19-
YUV138.27134.6299.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=24.44%
G=38.52%
B=37.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561500.3700.040.39173.6822.3550
Hex639C96250427ae1632
Octal1432342264504472562662
Binary1100011100111001001011010010101001001111010111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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