Shades of Cadet Blue #699599
Tints of Cadet Blue #699599
RGB
CMYK
RGB Variations
Color information
#699599 (or 0x699599) is known color: Cadet Blue. HEX triplet: 69, 95 and 99. RGB value is (105,149,153). Sum of RGB (Red+Green+Blue) = 105+149+153=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #699599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699599 is #966A66. Grayscale: #888888. Windows color (decimal): -9857639 or 10065257. OLE color: 10065257.
HSL color Cylindrical-coordinate representation of color #699599: hue angle of 185º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699599 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 149 | 153 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.4 |
| HSL | 185º | 0.19% | 0.51% | - |
| HSV(B) | 185º | 0.31% | 0.6% | - |
| XYZ | 22.32 | 26.8 | 34.13 | - |
| YUV | 136.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 153 | 0.31 | 0.03 | 0 | 0.4 | 185 | 0.19 | 0.51 |
| Hex | 69 | 95 | 99 | 1F | 3 | 0 | 28 | B9 | 13 | 33 |
| Octal | 151 | 225 | 231 | 37 | 3 | 0 | 50 | 271 | 23 | 63 |
| Binary | 1101001 | 10010101 | 10011001 | 11111 | 11 | 0 | 101000 | 10111001 | 10011 | 110011 |
Color Harmonies of #699599
Complementary color
Monochromatic Colors of #699599
Black with #699599
Text Example
Text Example
White with #699599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699599; }
p { color: rgb(105,149,153); }
H1.HeaderClassName
{
color: #699599;
}
.AnyTagClassName
{
color: #699599;
}
</style>
background-color css
<style>
a { background-color: #699599; }
a { background-color: rgb(105,149,153); }
div.DivClassName
{
background-color: #699599;
}
.BgClassName
{
background-color: #699599;
}
</style>
border-color css
<style>
span { border-color: #699599; }
span { border-color: rgb(105,149,153); }
td.TdClassName
{
border-color: #699599;
}
.TagClassName
{
border-color: #699599;
}
</style>