Shades of Cadet Blue #6294A0
Tints of Cadet Blue #6294A0
RGB
CMYK
RGB Variations
Color information
#6294A0 (or 0x6294A0) is known color: Cadet Blue. HEX triplet: 62, 94 and A0. RGB value is (98,148,160). Sum of RGB (Red+Green+Blue) = 98+148+160=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #6294A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6294A0 is #9D6B5F. Grayscale: #868686. Windows color (decimal): -10316640 or 10523746. OLE color: 10523746.
HSL color Cylindrical-coordinate representation of color #6294A0: hue angle of 191.61º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6294A0 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 148 | 160 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.37 |
| HSL | 191.61º | 0.25% | 0.51% | - |
| HSV(B) | 191.61º | 0.39% | 0.63% | - |
| XYZ | 21.97 | 26.31 | 37.18 | - |
| YUV | 134.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 160 | 0.39 | 0.07 | 0 | 0.37 | 191.61 | 0.25 | 0.51 |
| Hex | 62 | 94 | A0 | 27 | 7 | 0 | 25 | C0 | 19 | 33 |
| Octal | 142 | 224 | 240 | 47 | 7 | 0 | 45 | 300 | 31 | 63 |
| Binary | 1100010 | 10010100 | 10100000 | 100111 | 111 | 0 | 100101 | 11000000 | 11001 | 110011 |
Color Harmonies of #6294A0
Complementary color
Monochromatic Colors of #6294A0
Black with #6294A0
Text Example
Text Example
White with #6294A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294A0; }
p { color: rgb(98,148,160); }
H1.HeaderClassName
{
color: #6294A0;
}
.AnyTagClassName
{
color: #6294A0;
}
</style>
background-color css
<style>
a { background-color: #6294A0; }
a { background-color: rgb(98,148,160); }
div.DivClassName
{
background-color: #6294A0;
}
.BgClassName
{
background-color: #6294A0;
}
</style>
border-color css
<style>
span { border-color: #6294A0; }
span { border-color: rgb(98,148,160); }
td.TdClassName
{
border-color: #6294A0;
}
.TagClassName
{
border-color: #6294A0;
}
</style>