Shades of Cadet Blue #649A94
Tints of Cadet Blue #649A94
RGB
CMYK
RGB Variations
Color information
#649A94 (or 0x649A94) is known color: Cadet Blue. HEX triplet: 64, 9A and 94. RGB value is (100,154,148). Sum of RGB (Red+Green+Blue) = 100+154+148=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #649A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649A94 is #9B656B. Grayscale: #898989. Windows color (decimal): -10184044 or 9738852. OLE color: 9738852.
HSL color Cylindrical-coordinate representation of color #649A94: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649A94 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 148 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.40 |
| HSL | 173.33º | 0.21% | 0.5% | - |
| HSV(B) | 173.33º | 0.35% | 0.6% | - |
| XYZ | 22.16 | 27.96 | 32.25 | - |
| YUV | 137.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 148 | 0.35 | 0 | 0.04 | 0.40 | 173.33 | 0.21 | 0.5 |
| Hex | 64 | 9A | 94 | 23 | 0 | 4 | 28 | AD | 15 | 32 |
| Octal | 144 | 232 | 224 | 43 | 0 | 4 | 50 | 255 | 25 | 62 |
| Binary | 1100100 | 10011010 | 10010100 | 100011 | 0 | 100 | 101000 | 10101101 | 10101 | 110010 |
Color Harmonies of #649A94
Complementary color
Monochromatic Colors of #649A94
Black with #649A94
Text Example
Text Example
White with #649A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A94; }
p { color: rgb(100,154,148); }
H1.HeaderClassName
{
color: #649A94;
}
.AnyTagClassName
{
color: #649A94;
}
</style>
background-color css
<style>
a { background-color: #649A94; }
a { background-color: rgb(100,154,148); }
div.DivClassName
{
background-color: #649A94;
}
.BgClassName
{
background-color: #649A94;
}
</style>
border-color css
<style>
span { border-color: #649A94; }
span { border-color: rgb(100,154,148); }
td.TdClassName
{
border-color: #649A94;
}
.TagClassName
{
border-color: #649A94;
}
</style>