Shades of Cadet Blue #639DAB
Tints of Cadet Blue #639DAB
RGB
CMYK
RGB Variations
Color information
#639DAB (or 0x639DAB) is known color: Cadet Blue. HEX triplet: 63, 9D and AB. RGB value is (99,157,171). Sum of RGB (Red+Green+Blue) = 99+157+171=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #639DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639DAB is #9C6254. Grayscale: #8D8D8D. Windows color (decimal): -10248789 or 11246947. OLE color: 11246947.
HSL color Cylindrical-coordinate representation of color #639DAB: hue angle of 191.67º 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 #639DAB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 157 | 171 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 191.67º | 0.3% | 0.53% | - |
| HSV(B) | 191.67º | 0.42% | 0.67% | - |
| XYZ | 24.55 | 29.71 | 42.97 | - |
| YUV | 141.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 171 | 0.42 | 0.08 | 0 | 0.33 | 191.67 | 0.3 | 0.53 |
| Hex | 63 | 9D | AB | 2A | 8 | 0 | 21 | C0 | 1E | 35 |
| Octal | 143 | 235 | 253 | 52 | 10 | 0 | 41 | 300 | 36 | 65 |
| Binary | 1100011 | 10011101 | 10101011 | 101010 | 1000 | 0 | 100001 | 11000000 | 11110 | 110101 |
Color Harmonies of #639DAB
Complementary color
Monochromatic Colors of #639DAB
Black with #639DAB
Text Example
Text Example
White with #639DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DAB; }
p { color: rgb(99,157,171); }
H1.HeaderClassName
{
color: #639DAB;
}
.AnyTagClassName
{
color: #639DAB;
}
</style>
background-color css
<style>
a { background-color: #639DAB; }
a { background-color: rgb(99,157,171); }
div.DivClassName
{
background-color: #639DAB;
}
.BgClassName
{
background-color: #639DAB;
}
</style>
border-color css
<style>
span { border-color: #639DAB; }
span { border-color: rgb(99,157,171); }
td.TdClassName
{
border-color: #639DAB;
}
.TagClassName
{
border-color: #639DAB;
}
</style>