Shades of Cadet Blue #639F96
Tints of Cadet Blue #639F96
RGB
CMYK
RGB Variations
Color information
#639F96 (or 0x639F96) is known color: 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
| RGB | 99 | 159 | 150 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.38 |
| HSL | 171º | 0.24% | 0.51% | - |
| HSV(B) | 171º | 0.38% | 0.62% | - |
| XYZ | 23.05 | 29.65 | 33.36 | - |
| YUV | 140.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 150 | 0.38 | 0 | 0.06 | 0.38 | 171 | 0.24 | 0.51 |
| Hex | 63 | 9F | 96 | 26 | 0 | 6 | 26 | AB | 18 | 33 |
| Octal | 143 | 237 | 226 | 46 | 0 | 6 | 46 | 253 | 30 | 63 |
| Binary | 1100011 | 10011111 | 10010110 | 100110 | 0 | 110 | 100110 | 10101011 | 11000 | 110011 |
Color Harmonies of #639F96
Complementary color
Monochromatic Colors of #639F96
Black with #639F96
Text Example
Text Example
White with #639F96
Text Example
Text Example
HTML Codes & Css Web 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>