Shades of Cadet Blue #639FAA
Tints of Cadet Blue #639FAA
RGB
CMYK
RGB Variations
Color information
#639FAA (or 0x639FAA) is known color: Cadet Blue. HEX triplet: 63, 9F and AA. RGB value is (99,159,170). Sum of RGB (Red+Green+Blue) = 99+159+170=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #639FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639FAA is #9C6055. Grayscale: #8E8E8E. Windows color (decimal): -10248278 or 11181923. OLE color: 11181923.
HSL color Cylindrical-coordinate representation of color #639FAA: hue angle of 189.3º degrees, saturation: 0.29, 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 #639FAA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 159 | 170 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.33 |
| HSL | 189.3º | 0.29% | 0.53% | - |
| HSV(B) | 189.3º | 0.42% | 0.67% | - |
| XYZ | 24.8 | 30.35 | 42.58 | - |
| YUV | 142.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 170 | 0.42 | 0.06 | 0 | 0.33 | 189.3 | 0.29 | 0.53 |
| Hex | 63 | 9F | AA | 2A | 6 | 0 | 21 | BD | 1D | 35 |
| Octal | 143 | 237 | 252 | 52 | 6 | 0 | 41 | 275 | 35 | 65 |
| Binary | 1100011 | 10011111 | 10101010 | 101010 | 110 | 0 | 100001 | 10111101 | 11101 | 110101 |
Color Harmonies of #639FAA
Complementary color
Monochromatic Colors of #639FAA
Black with #639FAA
Text Example
Text Example
White with #639FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FAA; }
p { color: rgb(99,159,170); }
H1.HeaderClassName
{
color: #639FAA;
}
.AnyTagClassName
{
color: #639FAA;
}
</style>
background-color css
<style>
a { background-color: #639FAA; }
a { background-color: rgb(99,159,170); }
div.DivClassName
{
background-color: #639FAA;
}
.BgClassName
{
background-color: #639FAA;
}
</style>
border-color css
<style>
span { border-color: #639FAA; }
span { border-color: rgb(99,159,170); }
td.TdClassName
{
border-color: #639FAA;
}
.TagClassName
{
border-color: #639FAA;
}
</style>