Shades of Cadet Blue #639DA1
Tints of Cadet Blue #639DA1
RGB
CMYK
RGB Variations
Color information
#639DA1 (or 0x639DA1) is known color: Cadet Blue. HEX triplet: 63, 9D and A1. RGB value is (99,157,161). Sum of RGB (Red+Green+Blue) = 99+157+161=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #639DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639DA1 is #9C625E. Grayscale: #8C8C8C. Windows color (decimal): -10248799 or 10591587. OLE color: 10591587.
HSL color Cylindrical-coordinate representation of color #639DA1: hue angle of 183.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #639DA1 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 157 | 161 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.37 |
| HSL | 183.87º | 0.25% | 0.51% | - |
| HSV(B) | 183.87º | 0.39% | 0.63% | - |
| XYZ | 23.64 | 29.34 | 38.14 | - |
| YUV | 140.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 161 | 0.39 | 0.02 | 0 | 0.37 | 183.87 | 0.25 | 0.51 |
| Hex | 63 | 9D | A1 | 27 | 2 | 0 | 25 | B8 | 19 | 33 |
| Octal | 143 | 235 | 241 | 47 | 2 | 0 | 45 | 270 | 31 | 63 |
| Binary | 1100011 | 10011101 | 10100001 | 100111 | 10 | 0 | 100101 | 10111000 | 11001 | 110011 |
Color Harmonies of #639DA1
Complementary color
Monochromatic Colors of #639DA1
Black with #639DA1
Text Example
Text Example
White with #639DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DA1; }
p { color: rgb(99,157,161); }
H1.HeaderClassName
{
color: #639DA1;
}
.AnyTagClassName
{
color: #639DA1;
}
</style>
background-color css
<style>
a { background-color: #639DA1; }
a { background-color: rgb(99,157,161); }
div.DivClassName
{
background-color: #639DA1;
}
.BgClassName
{
background-color: #639DA1;
}
</style>
border-color css
<style>
span { border-color: #639DA1; }
span { border-color: rgb(99,157,161); }
td.TdClassName
{
border-color: #639DA1;
}
.TagClassName
{
border-color: #639DA1;
}
</style>