Shades of Cadet Blue #639495
Tints of Cadet Blue #639495
RGB
CMYK
RGB Variations
Color information
#639495 (or 0x639495) is known color: Cadet Blue. HEX triplet: 63, 94 and 95. RGB value is (99,148,149). Sum of RGB (Red+Green+Blue) = 99+148+149=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #639495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639495 is #9C6B6A. Grayscale: #858585. Windows color (decimal): -10251115 or 9802851. OLE color: 9802851.
HSL color Cylindrical-coordinate representation of color #639495: hue angle of 181.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639495 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 148 | 149 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.42 |
| HSL | 181.2º | 0.2% | 0.49% | - |
| HSV(B) | 181.2º | 0.34% | 0.58% | - |
| XYZ | 21.16 | 26 | 32.34 | - |
| YUV | 133.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 149 | 0.34 | 0.01 | 0 | 0.42 | 181.2 | 0.2 | 0.49 |
| Hex | 63 | 94 | 95 | 22 | 1 | 0 | 2A | B5 | 14 | 31 |
| Octal | 143 | 224 | 225 | 42 | 1 | 0 | 52 | 265 | 24 | 61 |
| Binary | 1100011 | 10010100 | 10010101 | 100010 | 1 | 0 | 101010 | 10110101 | 10100 | 110001 |
Color Harmonies of #639495
Complementary color
Monochromatic Colors of #639495
Black with #639495
Text Example
Text Example
White with #639495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639495; }
p { color: rgb(99,148,149); }
H1.HeaderClassName
{
color: #639495;
}
.AnyTagClassName
{
color: #639495;
}
</style>
background-color css
<style>
a { background-color: #639495; }
a { background-color: rgb(99,148,149); }
div.DivClassName
{
background-color: #639495;
}
.BgClassName
{
background-color: #639495;
}
</style>
border-color css
<style>
span { border-color: #639495; }
span { border-color: rgb(99,148,149); }
td.TdClassName
{
border-color: #639495;
}
.TagClassName
{
border-color: #639495;
}
</style>