Shades of Cadet Blue #639BA2
Tints of Cadet Blue #639BA2
RGB
CMYK
RGB Variations
Color information
#639BA2 (or 0x639BA2) is known color: Cadet Blue. HEX triplet: 63, 9B and A2. RGB value is (99,155,162). Sum of RGB (Red+Green+Blue) = 99+155+162=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #639BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639BA2 is #9C645D. Grayscale: #8A8A8A. Windows color (decimal): -10249310 or 10656611. OLE color: 10656611.
HSL color Cylindrical-coordinate representation of color #639BA2: hue angle of 186.67º 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 #639BA2 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 155 | 162 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.36 |
| HSL | 186.67º | 0.25% | 0.51% | - |
| HSV(B) | 186.67º | 0.39% | 0.64% | - |
| XYZ | 23.39 | 28.7 | 38.49 | - |
| YUV | 139.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 162 | 0.39 | 0.04 | 0 | 0.36 | 186.67 | 0.25 | 0.51 |
| Hex | 63 | 9B | A2 | 27 | 4 | 0 | 24 | BB | 19 | 33 |
| Octal | 143 | 233 | 242 | 47 | 4 | 0 | 44 | 273 | 31 | 63 |
| Binary | 1100011 | 10011011 | 10100010 | 100111 | 100 | 0 | 100100 | 10111011 | 11001 | 110011 |
Color Harmonies of #639BA2
Complementary color
Monochromatic Colors of #639BA2
Black with #639BA2
Text Example
Text Example
White with #639BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BA2; }
p { color: rgb(99,155,162); }
H1.HeaderClassName
{
color: #639BA2;
}
.AnyTagClassName
{
color: #639BA2;
}
</style>
background-color css
<style>
a { background-color: #639BA2; }
a { background-color: rgb(99,155,162); }
div.DivClassName
{
background-color: #639BA2;
}
.BgClassName
{
background-color: #639BA2;
}
</style>
border-color css
<style>
span { border-color: #639BA2; }
span { border-color: rgb(99,155,162); }
td.TdClassName
{
border-color: #639BA2;
}
.TagClassName
{
border-color: #639BA2;
}
</style>