Shades of Cadet Blue #699797
Tints of Cadet Blue #699797
RGB
CMYK
RGB Variations
Color information
#699797 (or 0x699797) is known color: Cadet Blue. HEX triplet: 69, 97 and 97. RGB value is (105,151,151). Sum of RGB (Red+Green+Blue) = 105+151+151=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #699797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699797 is #966868. Grayscale: #898989. Windows color (decimal): -9857129 or 9934697. OLE color: 9934697.
HSL color Cylindrical-coordinate representation of color #699797: 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.3%. Process color model (Four color, CMYK) of #699797 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 151 | - |
| CMYK | 0.30 | 0 | 0 | 0.41 |
| HSL | 180º | 0.18% | 0.5% | - |
| HSV(B) | 180º | 0.3% | 0.59% | - |
| XYZ | 22.48 | 27.37 | 33.38 | - |
| YUV | 137.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 151 | 0.30 | 0 | 0 | 0.41 | 180 | 0.18 | 0.5 |
| Hex | 69 | 97 | 97 | 1E | 0 | 0 | 29 | B4 | 12 | 32 |
| Octal | 151 | 227 | 227 | 36 | 0 | 0 | 51 | 264 | 22 | 62 |
| Binary | 1101001 | 10010111 | 10010111 | 11110 | 0 | 0 | 101001 | 10110100 | 10010 | 110010 |
Color Harmonies of #699797
Complementary color
Monochromatic Colors of #699797
Black with #699797
Text Example
Text Example
White with #699797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699797; }
p { color: rgb(105,151,151); }
H1.HeaderClassName
{
color: #699797;
}
.AnyTagClassName
{
color: #699797;
}
</style>
background-color css
<style>
a { background-color: #699797; }
a { background-color: rgb(105,151,151); }
div.DivClassName
{
background-color: #699797;
}
.BgClassName
{
background-color: #699797;
}
</style>
border-color css
<style>
span { border-color: #699797; }
span { border-color: rgb(105,151,151); }
td.TdClassName
{
border-color: #699797;
}
.TagClassName
{
border-color: #699797;
}
</style>