Shades of Cadet Blue #639FAB
Tints of Cadet Blue #639FAB
RGB
CMYK
RGB Variations
Color information
#639FAB (or 0x639FAB) is known color: Cadet Blue. HEX triplet: 63, 9F and AB. RGB value is (99,159,171). Sum of RGB (Red+Green+Blue) = 99+159+171=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #639FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639FAB is #9C6054. Grayscale: #8E8E8E. Windows color (decimal): -10248277 or 11247459. OLE color: 11247459.
HSL color Cylindrical-coordinate representation of color #639FAB: hue angle of 190º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639FAB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 159 | 171 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.33 |
| HSL | 190º | 0.3% | 0.53% | - |
| HSV(B) | 190º | 0.42% | 0.67% | - |
| XYZ | 24.89 | 30.39 | 43.08 | - |
| YUV | 142.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 171 | 0.42 | 0.07 | 0 | 0.33 | 190 | 0.3 | 0.53 |
| Hex | 63 | 9F | AB | 2A | 7 | 0 | 21 | BE | 1E | 35 |
| Octal | 143 | 237 | 253 | 52 | 7 | 0 | 41 | 276 | 36 | 65 |
| Binary | 1100011 | 10011111 | 10101011 | 101010 | 111 | 0 | 100001 | 10111110 | 11110 | 110101 |
Color Harmonies of #639FAB
Complementary color
Monochromatic Colors of #639FAB
Black with #639FAB
Text Example
Text Example
White with #639FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FAB; }
p { color: rgb(99,159,171); }
H1.HeaderClassName
{
color: #639FAB;
}
.AnyTagClassName
{
color: #639FAB;
}
</style>
background-color css
<style>
a { background-color: #639FAB; }
a { background-color: rgb(99,159,171); }
div.DivClassName
{
background-color: #639FAB;
}
.BgClassName
{
background-color: #639FAB;
}
</style>
border-color css
<style>
span { border-color: #639FAB; }
span { border-color: rgb(99,159,171); }
td.TdClassName
{
border-color: #639FAB;
}
.TagClassName
{
border-color: #639FAB;
}
</style>