Shades of Cadet Blue #699DAA
Tints of Cadet Blue #699DAA
RGB
CMYK
RGB Variations
Color information
#699DAA (or 0x699DAA) is known color: Cadet Blue. HEX triplet: 69, 9D and AA. RGB value is (105,157,170). Sum of RGB (Red+Green+Blue) = 105+157+170=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #699DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699DAA is #966255. Grayscale: #8E8E8E. Windows color (decimal): -9855574 or 11181417. OLE color: 11181417.
HSL color Cylindrical-coordinate representation of color #699DAA: hue angle of 192º 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 #699DAA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 157 | 170 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.33 |
| HSL | 192º | 0.28% | 0.54% | - |
| HSV(B) | 192º | 0.38% | 0.67% | - |
| XYZ | 25.14 | 30.02 | 42.5 | - |
| YUV | 142.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 170 | 0.38 | 0.08 | 0 | 0.33 | 192 | 0.28 | 0.54 |
| Hex | 69 | 9D | AA | 26 | 8 | 0 | 21 | C0 | 1C | 36 |
| Octal | 151 | 235 | 252 | 46 | 10 | 0 | 41 | 300 | 34 | 66 |
| Binary | 1101001 | 10011101 | 10101010 | 100110 | 1000 | 0 | 100001 | 11000000 | 11100 | 110110 |
Color Harmonies of #699DAA
Complementary color
Monochromatic Colors of #699DAA
Black with #699DAA
Text Example
Text Example
White with #699DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DAA; }
p { color: rgb(105,157,170); }
H1.HeaderClassName
{
color: #699DAA;
}
.AnyTagClassName
{
color: #699DAA;
}
</style>
background-color css
<style>
a { background-color: #699DAA; }
a { background-color: rgb(105,157,170); }
div.DivClassName
{
background-color: #699DAA;
}
.BgClassName
{
background-color: #699DAA;
}
</style>
border-color css
<style>
span { border-color: #699DAA; }
span { border-color: rgb(105,157,170); }
td.TdClassName
{
border-color: #699DAA;
}
.TagClassName
{
border-color: #699DAA;
}
</style>