Shades of Cadet Blue #639EA4
Tints of Cadet Blue #639EA4
RGB
CMYK
RGB Variations
Color information
#639EA4 (or 0x639EA4) is known color: Cadet Blue. HEX triplet: 63, 9E and A4. RGB value is (99,158,164). Sum of RGB (Red+Green+Blue) = 99+158+164=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #639EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639EA4 is #9C615B. Grayscale: #8C8C8C. Windows color (decimal): -10248540 or 10788451. OLE color: 10788451.
HSL color Cylindrical-coordinate representation of color #639EA4: hue angle of 185.54º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639EA4 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 158 | 164 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.36 |
| HSL | 185.54º | 0.26% | 0.52% | - |
| HSV(B) | 185.54º | 0.4% | 0.64% | - |
| XYZ | 24.07 | 29.79 | 39.6 | - |
| YUV | 141.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 164 | 0.40 | 0.04 | 0 | 0.36 | 185.54 | 0.26 | 0.52 |
| Hex | 63 | 9E | A4 | 28 | 4 | 0 | 24 | BA | 1A | 34 |
| Octal | 143 | 236 | 244 | 50 | 4 | 0 | 44 | 272 | 32 | 64 |
| Binary | 1100011 | 10011110 | 10100100 | 101000 | 100 | 0 | 100100 | 10111010 | 11010 | 110100 |
Color Harmonies of #639EA4
Complementary color
Monochromatic Colors of #639EA4
Black with #639EA4
Text Example
Text Example
White with #639EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639EA4; }
p { color: rgb(99,158,164); }
H1.HeaderClassName
{
color: #639EA4;
}
.AnyTagClassName
{
color: #639EA4;
}
</style>
background-color css
<style>
a { background-color: #639EA4; }
a { background-color: rgb(99,158,164); }
div.DivClassName
{
background-color: #639EA4;
}
.BgClassName
{
background-color: #639EA4;
}
</style>
border-color css
<style>
span { border-color: #639EA4; }
span { border-color: rgb(99,158,164); }
td.TdClassName
{
border-color: #639EA4;
}
.TagClassName
{
border-color: #639EA4;
}
</style>