Shades of Cadet Blue #689797
Tints of Cadet Blue #689797
RGB
CMYK
RGB Variations
Color information
#689797 (or 0x689797) is known color: Cadet Blue. HEX triplet: 68, 97 and 97. RGB value is (104,151,151). Sum of RGB (Red+Green+Blue) = 104+151+151=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #689797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689797 is #976868. Grayscale: #888888. Windows color (decimal): -9922665 or 9934696. OLE color: 9934696.
HSL color Cylindrical-coordinate representation of color #689797: hue angle of 180º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689797 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 151 | - |
| CMYK | 0.31 | 0 | 0 | 0.41 |
| HSL | 180º | 0.18% | 0.5% | - |
| HSV(B) | 180º | 0.31% | 0.59% | - |
| XYZ | 22.36 | 27.31 | 33.37 | - |
| YUV | 136.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 151 | 0.31 | 0 | 0 | 0.41 | 180 | 0.18 | 0.5 |
| Hex | 68 | 97 | 97 | 1F | 0 | 0 | 29 | B4 | 12 | 32 |
| Octal | 150 | 227 | 227 | 37 | 0 | 0 | 51 | 264 | 22 | 62 |
| Binary | 1101000 | 10010111 | 10010111 | 11111 | 0 | 0 | 101001 | 10110100 | 10010 | 110010 |
Color Harmonies of #689797
Complementary color
Monochromatic Colors of #689797
Black with #689797
Text Example
Text Example
White with #689797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689797; }
p { color: rgb(104,151,151); }
H1.HeaderClassName
{
color: #689797;
}
.AnyTagClassName
{
color: #689797;
}
</style>
background-color css
<style>
a { background-color: #689797; }
a { background-color: rgb(104,151,151); }
div.DivClassName
{
background-color: #689797;
}
.BgClassName
{
background-color: #689797;
}
</style>
border-color css
<style>
span { border-color: #689797; }
span { border-color: rgb(104,151,151); }
td.TdClassName
{
border-color: #689797;
}
.TagClassName
{
border-color: #689797;
}
</style>