Shades of Cadet Blue #639CAA
Tints of Cadet Blue #639CAA
RGB
CMYK
RGB Variations
Color information
#639CAA (or 0x639CAA) is known color: Cadet Blue. HEX triplet: 63, 9C and AA. RGB value is (99,156,170). Sum of RGB (Red+Green+Blue) = 99+156+170=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #639CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CAA is #9C6355. Grayscale: #8C8C8C. Windows color (decimal): -10249046 or 11181155. OLE color: 11181155.
HSL color Cylindrical-coordinate representation of color #639CAA: hue angle of 191.83º 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 #639CAA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 156 | 170 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 191.83º | 0.29% | 0.53% | - |
| HSV(B) | 191.83º | 0.42% | 0.67% | - |
| XYZ | 24.29 | 29.33 | 42.41 | - |
| YUV | 140.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 170 | 0.42 | 0.08 | 0 | 0.33 | 191.83 | 0.29 | 0.53 |
| Hex | 63 | 9C | AA | 2A | 8 | 0 | 21 | C0 | 1D | 35 |
| Octal | 143 | 234 | 252 | 52 | 10 | 0 | 41 | 300 | 35 | 65 |
| Binary | 1100011 | 10011100 | 10101010 | 101010 | 1000 | 0 | 100001 | 11000000 | 11101 | 110101 |
Color Harmonies of #639CAA
Complementary color
Monochromatic Colors of #639CAA
Black with #639CAA
Text Example
Text Example
White with #639CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CAA; }
p { color: rgb(99,156,170); }
H1.HeaderClassName
{
color: #639CAA;
}
.AnyTagClassName
{
color: #639CAA;
}
</style>
background-color css
<style>
a { background-color: #639CAA; }
a { background-color: rgb(99,156,170); }
div.DivClassName
{
background-color: #639CAA;
}
.BgClassName
{
background-color: #639CAA;
}
</style>
border-color css
<style>
span { border-color: #639CAA; }
span { border-color: rgb(99,156,170); }
td.TdClassName
{
border-color: #639CAA;
}
.TagClassName
{
border-color: #639CAA;
}
</style>