Shades of Cadet Blue #639994
Tints of Cadet Blue #639994
RGB
CMYK
RGB Variations
Color information
#639994 (or 0x639994) is known color: Cadet Blue. HEX triplet: 63, 99 and 94. RGB value is (99,153,148). Sum of RGB (Red+Green+Blue) = 99+153+148=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #639994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639994 is #9C666B. Grayscale: #888888. Windows color (decimal): -10249836 or 9738595. OLE color: 9738595.
HSL color Cylindrical-coordinate representation of color #639994: hue angle of 174.44º 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 #639994 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 148 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.4 |
| HSL | 174.44º | 0.21% | 0.49% | - |
| HSV(B) | 174.44º | 0.35% | 0.6% | - |
| XYZ | 21.88 | 27.57 | 32.19 | - |
| YUV | 136.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 148 | 0.35 | 0 | 0.03 | 0.4 | 174.44 | 0.21 | 0.49 |
| Hex | 63 | 99 | 94 | 23 | 0 | 3 | 28 | AE | 15 | 31 |
| Octal | 143 | 231 | 224 | 43 | 0 | 3 | 50 | 256 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10010100 | 100011 | 0 | 11 | 101000 | 10101110 | 10101 | 110001 |
Color Harmonies of #639994
Complementary color
Monochromatic Colors of #639994
Black with #639994
Text Example
Text Example
White with #639994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639994; }
p { color: rgb(99,153,148); }
H1.HeaderClassName
{
color: #639994;
}
.AnyTagClassName
{
color: #639994;
}
</style>
background-color css
<style>
a { background-color: #639994; }
a { background-color: rgb(99,153,148); }
div.DivClassName
{
background-color: #639994;
}
.BgClassName
{
background-color: #639994;
}
</style>
border-color css
<style>
span { border-color: #639994; }
span { border-color: rgb(99,153,148); }
td.TdClassName
{
border-color: #639994;
}
.TagClassName
{
border-color: #639994;
}
</style>