Shades of Cadet Blue #689997
Tints of Cadet Blue #689997
RGB
CMYK
RGB Variations
Color information
#689997 (or 0x689997) is known color: Cadet Blue. HEX triplet: 68, 99 and 97. RGB value is (104,153,151). Sum of RGB (Red+Green+Blue) = 104+153+151=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #689997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689997 is #976668. Grayscale: #8A8A8A. Windows color (decimal): -9922153 or 9935208. OLE color: 9935208.
HSL color Cylindrical-coordinate representation of color #689997: hue angle of 177.55º 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 #689997 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 151 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.4 |
| HSL | 177.55º | 0.19% | 0.5% | - |
| HSV(B) | 177.55º | 0.32% | 0.6% | - |
| XYZ | 22.69 | 27.96 | 33.48 | - |
| YUV | 138.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 151 | 0.32 | 0 | 0.01 | 0.4 | 177.55 | 0.19 | 0.5 |
| Hex | 68 | 99 | 97 | 20 | 0 | 1 | 28 | B2 | 13 | 32 |
| Octal | 150 | 231 | 227 | 40 | 0 | 1 | 50 | 262 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10010111 | 100000 | 0 | 1 | 101000 | 10110010 | 10011 | 110010 |
Color Harmonies of #689997
Complementary color
Monochromatic Colors of #689997
Black with #689997
Text Example
Text Example
White with #689997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689997; }
p { color: rgb(104,153,151); }
H1.HeaderClassName
{
color: #689997;
}
.AnyTagClassName
{
color: #689997;
}
</style>
background-color css
<style>
a { background-color: #689997; }
a { background-color: rgb(104,153,151); }
div.DivClassName
{
background-color: #689997;
}
.BgClassName
{
background-color: #689997;
}
</style>
border-color css
<style>
span { border-color: #689997; }
span { border-color: rgb(104,153,151); }
td.TdClassName
{
border-color: #689997;
}
.TagClassName
{
border-color: #689997;
}
</style>