Shades of Cadet Blue #639595
Tints of Cadet Blue #639595
RGB
CMYK
RGB Variations
Color information
#639595 (or 0x639595) is known color: Cadet Blue. HEX triplet: 63, 95 and 95. RGB value is (99,149,149). Sum of RGB (Red+Green+Blue) = 99+149+149=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #639595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639595 is #9C6A6A. Grayscale: #868686. Windows color (decimal): -10250859 or 9803107. OLE color: 9803107.
HSL color Cylindrical-coordinate representation of color #639595: hue angle of 180º 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 #639595 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 149 | - |
| CMYK | 0.34 | 0 | 0 | 0.42 |
| HSL | 180º | 0.2% | 0.49% | - |
| HSV(B) | 180º | 0.34% | 0.58% | - |
| XYZ | 21.32 | 26.32 | 32.39 | - |
| YUV | 134.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 149 | 0.34 | 0 | 0 | 0.42 | 180 | 0.2 | 0.49 |
| Hex | 63 | 95 | 95 | 22 | 0 | 0 | 2A | B4 | 14 | 31 |
| Octal | 143 | 225 | 225 | 42 | 0 | 0 | 52 | 264 | 24 | 61 |
| Binary | 1100011 | 10010101 | 10010101 | 100010 | 0 | 0 | 101010 | 10110100 | 10100 | 110001 |
Color Harmonies of #639595
Complementary color
Monochromatic Colors of #639595
Black with #639595
Text Example
Text Example
White with #639595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639595; }
p { color: rgb(99,149,149); }
H1.HeaderClassName
{
color: #639595;
}
.AnyTagClassName
{
color: #639595;
}
</style>
background-color css
<style>
a { background-color: #639595; }
a { background-color: rgb(99,149,149); }
div.DivClassName
{
background-color: #639595;
}
.BgClassName
{
background-color: #639595;
}
</style>
border-color css
<style>
span { border-color: #639595; }
span { border-color: rgb(99,149,149); }
td.TdClassName
{
border-color: #639595;
}
.TagClassName
{
border-color: #639595;
}
</style>