Shades of Cadet Blue #639694
Tints of Cadet Blue #639694
RGB
CMYK
RGB Variations
Color information
#639694 (or 0x639694) is known color: Cadet Blue. HEX triplet: 63, 96 and 94. RGB value is (99,150,148). Sum of RGB (Red+Green+Blue) = 99+150+148=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #639694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639694 is #9C696B. Grayscale: #868686. Windows color (decimal): -10250604 or 9737827. OLE color: 9737827.
HSL color Cylindrical-coordinate representation of color #639694: hue angle of 177.65º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639694 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 148 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.41 |
| HSL | 177.65º | 0.2% | 0.49% | - |
| HSV(B) | 177.65º | 0.34% | 0.59% | - |
| XYZ | 21.4 | 26.6 | 32.02 | - |
| YUV | 134.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 148 | 0.34 | 0 | 0.01 | 0.41 | 177.65 | 0.2 | 0.49 |
| Hex | 63 | 96 | 94 | 22 | 0 | 1 | 29 | B2 | 14 | 31 |
| Octal | 143 | 226 | 224 | 42 | 0 | 1 | 51 | 262 | 24 | 61 |
| Binary | 1100011 | 10010110 | 10010100 | 100010 | 0 | 1 | 101001 | 10110010 | 10100 | 110001 |
Color Harmonies of #639694
Complementary color
Monochromatic Colors of #639694
Black with #639694
Text Example
Text Example
White with #639694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639694; }
p { color: rgb(99,150,148); }
H1.HeaderClassName
{
color: #639694;
}
.AnyTagClassName
{
color: #639694;
}
</style>
background-color css
<style>
a { background-color: #639694; }
a { background-color: rgb(99,150,148); }
div.DivClassName
{
background-color: #639694;
}
.BgClassName
{
background-color: #639694;
}
</style>
border-color css
<style>
span { border-color: #639694; }
span { border-color: rgb(99,150,148); }
td.TdClassName
{
border-color: #639694;
}
.TagClassName
{
border-color: #639694;
}
</style>