Shades of Cadet Blue #639DA0
Tints of Cadet Blue #639DA0
RGB
CMYK
RGB Variations
Color information
#639DA0 (or 0x639DA0) is known color: Cadet Blue. HEX triplet: 63, 9D and A0. RGB value is (99,157,160). Sum of RGB (Red+Green+Blue) = 99+157+160=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #639DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639DA0 is #9C625F. Grayscale: #8B8B8B. Windows color (decimal): -10248800 or 10526051. OLE color: 10526051.
HSL color Cylindrical-coordinate representation of color #639DA0: hue angle of 182.95º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639DA0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 157 | 160 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.37 |
| HSL | 182.95º | 0.24% | 0.51% | - |
| HSV(B) | 182.95º | 0.38% | 0.63% | - |
| XYZ | 23.55 | 29.3 | 37.67 | - |
| YUV | 140 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 160 | 0.38 | 0.02 | 0 | 0.37 | 182.95 | 0.24 | 0.51 |
| Hex | 63 | 9D | A0 | 26 | 2 | 0 | 25 | B7 | 18 | 33 |
| Octal | 143 | 235 | 240 | 46 | 2 | 0 | 45 | 267 | 30 | 63 |
| Binary | 1100011 | 10011101 | 10100000 | 100110 | 10 | 0 | 100101 | 10110111 | 11000 | 110011 |
Color Harmonies of #639DA0
Complementary color
Monochromatic Colors of #639DA0
Black with #639DA0
Text Example
Text Example
White with #639DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DA0; }
p { color: rgb(99,157,160); }
H1.HeaderClassName
{
color: #639DA0;
}
.AnyTagClassName
{
color: #639DA0;
}
</style>
background-color css
<style>
a { background-color: #639DA0; }
a { background-color: rgb(99,157,160); }
div.DivClassName
{
background-color: #639DA0;
}
.BgClassName
{
background-color: #639DA0;
}
</style>
border-color css
<style>
span { border-color: #639DA0; }
span { border-color: rgb(99,157,160); }
td.TdClassName
{
border-color: #639DA0;
}
.TagClassName
{
border-color: #639DA0;
}
</style>