Shades of Cadet Blue #699EAA
Tints of Cadet Blue #699EAA
RGB
CMYK
RGB Variations
Color information
#699EAA (or 0x699EAA) is known color: Cadet Blue. HEX triplet: 69, 9E and AA. RGB value is (105,158,170). Sum of RGB (Red+Green+Blue) = 105+158+170=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #699EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699EAA is #966155. Grayscale: #8F8F8F. Windows color (decimal): -9855318 or 11181673. OLE color: 11181673.
HSL color Cylindrical-coordinate representation of color #699EAA: hue angle of 191.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699EAA is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 158 | 170 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.33 |
| HSL | 191.08º | 0.28% | 0.54% | - |
| HSV(B) | 191.08º | 0.38% | 0.67% | - |
| XYZ | 25.31 | 30.36 | 42.56 | - |
| YUV | 143.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 170 | 0.38 | 0.07 | 0 | 0.33 | 191.08 | 0.28 | 0.54 |
| Hex | 69 | 9E | AA | 26 | 7 | 0 | 21 | BF | 1C | 36 |
| Octal | 151 | 236 | 252 | 46 | 7 | 0 | 41 | 277 | 34 | 66 |
| Binary | 1101001 | 10011110 | 10101010 | 100110 | 111 | 0 | 100001 | 10111111 | 11100 | 110110 |
Color Harmonies of #699EAA
Complementary color
Monochromatic Colors of #699EAA
Black with #699EAA
Text Example
Text Example
White with #699EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EAA; }
p { color: rgb(105,158,170); }
H1.HeaderClassName
{
color: #699EAA;
}
.AnyTagClassName
{
color: #699EAA;
}
</style>
background-color css
<style>
a { background-color: #699EAA; }
a { background-color: rgb(105,158,170); }
div.DivClassName
{
background-color: #699EAA;
}
.BgClassName
{
background-color: #699EAA;
}
</style>
border-color css
<style>
span { border-color: #699EAA; }
span { border-color: rgb(105,158,170); }
td.TdClassName
{
border-color: #699EAA;
}
.TagClassName
{
border-color: #699EAA;
}
</style>