Shades of Cadet Blue #679798
Tints of Cadet Blue #679798
RGB
CMYK
RGB Variations
Color information
#679798 (or 0x679798) is known color: Cadet Blue. HEX triplet: 67, 97 and 98. RGB value is (103,151,152). Sum of RGB (Red+Green+Blue) = 103+151+152=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #679798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679798 is #986867. Grayscale: #888888. Windows color (decimal): -9988200 or 10000231. OLE color: 10000231.
HSL color Cylindrical-coordinate representation of color #679798: hue angle of 181.22º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679798 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 151 | 152 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.40 |
| HSL | 181.22º | 0.19% | 0.5% | - |
| HSV(B) | 181.22º | 0.32% | 0.6% | - |
| XYZ | 22.33 | 27.28 | 33.8 | - |
| YUV | 136.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 152 | 0.32 | 0.01 | 0 | 0.40 | 181.22 | 0.19 | 0.5 |
| Hex | 67 | 97 | 98 | 20 | 1 | 0 | 28 | B5 | 13 | 32 |
| Octal | 147 | 227 | 230 | 40 | 1 | 0 | 50 | 265 | 23 | 62 |
| Binary | 1100111 | 10010111 | 10011000 | 100000 | 1 | 0 | 101000 | 10110101 | 10011 | 110010 |
Color Harmonies of #679798
Complementary color
Monochromatic Colors of #679798
Black with #679798
Text Example
Text Example
White with #679798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679798; }
p { color: rgb(103,151,152); }
H1.HeaderClassName
{
color: #679798;
}
.AnyTagClassName
{
color: #679798;
}
</style>
background-color css
<style>
a { background-color: #679798; }
a { background-color: rgb(103,151,152); }
div.DivClassName
{
background-color: #679798;
}
.BgClassName
{
background-color: #679798;
}
</style>
border-color css
<style>
span { border-color: #679798; }
span { border-color: rgb(103,151,152); }
td.TdClassName
{
border-color: #679798;
}
.TagClassName
{
border-color: #679798;
}
</style>