Shades of Cadet Blue #639995
Tints of Cadet Blue #639995
RGB
CMYK
RGB Variations
Color information
#639995 (or 0x639995) is known color: Cadet Blue. HEX triplet: 63, 99 and 95. RGB value is (99,153,149). Sum of RGB (Red+Green+Blue) = 99+153+149=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #639995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639995 is #9C666A. Grayscale: #888888. Windows color (decimal): -10249835 or 9804131. OLE color: 9804131.
HSL color Cylindrical-coordinate representation of color #639995: hue angle of 175.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639995 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 149 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.4 |
| HSL | 175.56º | 0.21% | 0.49% | - |
| HSV(B) | 175.56º | 0.35% | 0.6% | - |
| XYZ | 21.96 | 27.61 | 32.6 | - |
| YUV | 136.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 149 | 0.35 | 0 | 0.03 | 0.4 | 175.56 | 0.21 | 0.49 |
| Hex | 63 | 99 | 95 | 23 | 0 | 3 | 28 | B0 | 15 | 31 |
| Octal | 143 | 231 | 225 | 43 | 0 | 3 | 50 | 260 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10010101 | 100011 | 0 | 11 | 101000 | 10110000 | 10101 | 110001 |
Color Harmonies of #639995
Complementary color
Monochromatic Colors of #639995
Black with #639995
Text Example
Text Example
White with #639995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639995; }
p { color: rgb(99,153,149); }
H1.HeaderClassName
{
color: #639995;
}
.AnyTagClassName
{
color: #639995;
}
</style>
background-color css
<style>
a { background-color: #639995; }
a { background-color: rgb(99,153,149); }
div.DivClassName
{
background-color: #639995;
}
.BgClassName
{
background-color: #639995;
}
</style>
border-color css
<style>
span { border-color: #639995; }
span { border-color: rgb(99,153,149); }
td.TdClassName
{
border-color: #639995;
}
.TagClassName
{
border-color: #639995;
}
</style>