Shades of Cadet Blue #639E9A
Tints of Cadet Blue #639E9A
RGB
CMYK
RGB Variations
Color information
#639E9A (or 0x639E9A) is known color: Cadet Blue. HEX triplet: 63, 9E and 9A. RGB value is (99,158,154). Sum of RGB (Red+Green+Blue) = 99+158+154=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #639E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E9A is #9C6165. Grayscale: #8B8B8B. Windows color (decimal): -10248550 or 10133091. OLE color: 10133091.
HSL color Cylindrical-coordinate representation of color #639E9A: hue angle of 175.93º 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 #639E9A is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 158 | 154 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.38 |
| HSL | 175.93º | 0.23% | 0.5% | - |
| HSV(B) | 175.93º | 0.37% | 0.62% | - |
| XYZ | 23.21 | 29.44 | 35.03 | - |
| YUV | 139.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 154 | 0.37 | 0 | 0.03 | 0.38 | 175.93 | 0.23 | 0.5 |
| Hex | 63 | 9E | 9A | 25 | 0 | 3 | 26 | B0 | 17 | 32 |
| Octal | 143 | 236 | 232 | 45 | 0 | 3 | 46 | 260 | 27 | 62 |
| Binary | 1100011 | 10011110 | 10011010 | 100101 | 0 | 11 | 100110 | 10110000 | 10111 | 110010 |
Color Harmonies of #639E9A
Complementary color
Monochromatic Colors of #639E9A
Black with #639E9A
Text Example
Text Example
White with #639E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639E9A; }
p { color: rgb(99,158,154); }
H1.HeaderClassName
{
color: #639E9A;
}
.AnyTagClassName
{
color: #639E9A;
}
</style>
background-color css
<style>
a { background-color: #639E9A; }
a { background-color: rgb(99,158,154); }
div.DivClassName
{
background-color: #639E9A;
}
.BgClassName
{
background-color: #639E9A;
}
</style>
border-color css
<style>
span { border-color: #639E9A; }
span { border-color: rgb(99,158,154); }
td.TdClassName
{
border-color: #639E9A;
}
.TagClassName
{
border-color: #639E9A;
}
</style>