Shades of Cadet Blue #679698
Tints of Cadet Blue #679698
RGB
CMYK
RGB Variations
Color information
#679698 (or 0x679698) is known color: Cadet Blue. HEX triplet: 67, 96 and 98. RGB value is (103,150,152). Sum of RGB (Red+Green+Blue) = 103+150+152=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #679698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679698 is #986967. Grayscale: #888888. Windows color (decimal): -9988456 or 9999975. OLE color: 9999975.
HSL color Cylindrical-coordinate representation of color #679698: hue angle of 182.45º 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 #679698 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 150 | 152 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.40 |
| HSL | 182.45º | 0.19% | 0.5% | - |
| HSV(B) | 182.45º | 0.32% | 0.6% | - |
| XYZ | 22.17 | 26.96 | 33.74 | - |
| YUV | 136.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 152 | 0.32 | 0.01 | 0 | 0.40 | 182.45 | 0.19 | 0.5 |
| Hex | 67 | 96 | 98 | 20 | 1 | 0 | 28 | B6 | 13 | 32 |
| Octal | 147 | 226 | 230 | 40 | 1 | 0 | 50 | 266 | 23 | 62 |
| Binary | 1100111 | 10010110 | 10011000 | 100000 | 1 | 0 | 101000 | 10110110 | 10011 | 110010 |
Color Harmonies of #679698
Complementary color
Monochromatic Colors of #679698
Black with #679698
Text Example
Text Example
White with #679698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679698; }
p { color: rgb(103,150,152); }
H1.HeaderClassName
{
color: #679698;
}
.AnyTagClassName
{
color: #679698;
}
</style>
background-color css
<style>
a { background-color: #679698; }
a { background-color: rgb(103,150,152); }
div.DivClassName
{
background-color: #679698;
}
.BgClassName
{
background-color: #679698;
}
</style>
border-color css
<style>
span { border-color: #679698; }
span { border-color: rgb(103,150,152); }
td.TdClassName
{
border-color: #679698;
}
.TagClassName
{
border-color: #679698;
}
</style>