Shades of Cadet Blue #639AA2
Tints of Cadet Blue #639AA2
RGB
CMYK
RGB Variations
Color information
#639AA2 (or 0x639AA2) is known color: Cadet Blue. HEX triplet: 63, 9A and A2. RGB value is (99,154,162). Sum of RGB (Red+Green+Blue) = 99+154+162=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 162 - color contains mainly: blue. Hex color #639AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639AA2 is #9C655D. Grayscale: #8A8A8A. Windows color (decimal): -10249566 or 10656355. OLE color: 10656355.
HSL color Cylindrical-coordinate representation of color #639AA2: hue angle of 187.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #639AA2 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 154 | 162 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.36 |
| HSL | 187.62º | 0.25% | 0.51% | - |
| HSV(B) | 187.62º | 0.39% | 0.64% | - |
| XYZ | 23.22 | 28.37 | 38.43 | - |
| YUV | 138.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 162 | 0.39 | 0.05 | 0 | 0.36 | 187.62 | 0.25 | 0.51 |
| Hex | 63 | 9A | A2 | 27 | 5 | 0 | 24 | BC | 19 | 33 |
| Octal | 143 | 232 | 242 | 47 | 5 | 0 | 44 | 274 | 31 | 63 |
| Binary | 1100011 | 10011010 | 10100010 | 100111 | 101 | 0 | 100100 | 10111100 | 11001 | 110011 |
Color Harmonies of #639AA2
Complementary color
Monochromatic Colors of #639AA2
Black with #639AA2
Text Example
Text Example
White with #639AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AA2; }
p { color: rgb(99,154,162); }
H1.HeaderClassName
{
color: #639AA2;
}
.AnyTagClassName
{
color: #639AA2;
}
</style>
background-color css
<style>
a { background-color: #639AA2; }
a { background-color: rgb(99,154,162); }
div.DivClassName
{
background-color: #639AA2;
}
.BgClassName
{
background-color: #639AA2;
}
</style>
border-color css
<style>
span { border-color: #639AA2; }
span { border-color: rgb(99,154,162); }
td.TdClassName
{
border-color: #639AA2;
}
.TagClassName
{
border-color: #639AA2;
}
</style>