Shades of Cadet Blue #639B99
Tints of Cadet Blue #639B99
RGB
CMYK
RGB Variations
Color information
#639B99 (or 0x639B99) is known color: Cadet Blue. HEX triplet: 63, 9B and 99. RGB value is (99,155,153). Sum of RGB (Red+Green+Blue) = 99+155+153=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #639B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B99 is #9C6466. Grayscale: #898989. Windows color (decimal): -10249319 or 10066787. OLE color: 10066787.
HSL color Cylindrical-coordinate representation of color #639B99: hue angle of 177.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B99 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 153 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.39 |
| HSL | 177.86º | 0.22% | 0.5% | - |
| HSV(B) | 177.86º | 0.36% | 0.61% | - |
| XYZ | 22.62 | 28.4 | 34.43 | - |
| YUV | 138.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 153 | 0.36 | 0 | 0.01 | 0.39 | 177.86 | 0.22 | 0.5 |
| Hex | 63 | 9B | 99 | 24 | 0 | 1 | 27 | B2 | 16 | 32 |
| Octal | 143 | 233 | 231 | 44 | 0 | 1 | 47 | 262 | 26 | 62 |
| Binary | 1100011 | 10011011 | 10011001 | 100100 | 0 | 1 | 100111 | 10110010 | 10110 | 110010 |
Color Harmonies of #639B99
Complementary color
Monochromatic Colors of #639B99
Black with #639B99
Text Example
Text Example
White with #639B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B99; }
p { color: rgb(99,155,153); }
H1.HeaderClassName
{
color: #639B99;
}
.AnyTagClassName
{
color: #639B99;
}
</style>
background-color css
<style>
a { background-color: #639B99; }
a { background-color: rgb(99,155,153); }
div.DivClassName
{
background-color: #639B99;
}
.BgClassName
{
background-color: #639B99;
}
</style>
border-color css
<style>
span { border-color: #639B99; }
span { border-color: rgb(99,155,153); }
td.TdClassName
{
border-color: #639B99;
}
.TagClassName
{
border-color: #639B99;
}
</style>