Shades of Cadet Blue #679897
Tints of Cadet Blue #679897
RGB
CMYK
RGB Variations
Color information
#679897 (or 0x679897) is known color: Cadet Blue. HEX triplet: 67, 98 and 97. RGB value is (103,152,151). Sum of RGB (Red+Green+Blue) = 103+152+151=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #679897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679897 is #986768. Grayscale: #898989. Windows color (decimal): -9987945 or 9934951. OLE color: 9934951.
HSL color Cylindrical-coordinate representation of color #679897: hue angle of 178.78º 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 #679897 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 151 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.40 |
| HSL | 178.78º | 0.19% | 0.5% | - |
| HSV(B) | 178.78º | 0.32% | 0.6% | - |
| XYZ | 22.41 | 27.57 | 33.42 | - |
| YUV | 137.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 151 | 0.32 | 0 | 0.01 | 0.40 | 178.78 | 0.19 | 0.5 |
| Hex | 67 | 98 | 97 | 20 | 0 | 1 | 28 | B3 | 13 | 32 |
| Octal | 147 | 230 | 227 | 40 | 0 | 1 | 50 | 263 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10010111 | 100000 | 0 | 1 | 101000 | 10110011 | 10011 | 110010 |
Color Harmonies of #679897
Complementary color
Monochromatic Colors of #679897
Black with #679897
Text Example
Text Example
White with #679897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679897; }
p { color: rgb(103,152,151); }
H1.HeaderClassName
{
color: #679897;
}
.AnyTagClassName
{
color: #679897;
}
</style>
background-color css
<style>
a { background-color: #679897; }
a { background-color: rgb(103,152,151); }
div.DivClassName
{
background-color: #679897;
}
.BgClassName
{
background-color: #679897;
}
</style>
border-color css
<style>
span { border-color: #679897; }
span { border-color: rgb(103,152,151); }
td.TdClassName
{
border-color: #679897;
}
.TagClassName
{
border-color: #679897;
}
</style>