Shades of Cadet Blue #689DAA
Tints of Cadet Blue #689DAA
RGB
CMYK
RGB Variations
Color information
#689DAA (or 0x689DAA) is known color: Cadet Blue. HEX triplet: 68, 9D and AA. RGB value is (104,157,170). Sum of RGB (Red+Green+Blue) = 104+157+170=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #689DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689DAA is #976255. Grayscale: #8E8E8E. Windows color (decimal): -9921110 or 11181416. OLE color: 11181416.
HSL color Cylindrical-coordinate representation of color #689DAA: hue angle of 191.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #689DAA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 157 | 170 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.33 |
| HSL | 191.82º | 0.28% | 0.54% | - |
| HSV(B) | 191.82º | 0.39% | 0.67% | - |
| XYZ | 25.02 | 29.96 | 42.49 | - |
| YUV | 142.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 170 | 0.39 | 0.08 | 0 | 0.33 | 191.82 | 0.28 | 0.54 |
| Hex | 68 | 9D | AA | 27 | 8 | 0 | 21 | C0 | 1C | 36 |
| Octal | 150 | 235 | 252 | 47 | 10 | 0 | 41 | 300 | 34 | 66 |
| Binary | 1101000 | 10011101 | 10101010 | 100111 | 1000 | 0 | 100001 | 11000000 | 11100 | 110110 |
Color Harmonies of #689DAA
Complementary color
Monochromatic Colors of #689DAA
Black with #689DAA
Text Example
Text Example
White with #689DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DAA; }
p { color: rgb(104,157,170); }
H1.HeaderClassName
{
color: #689DAA;
}
.AnyTagClassName
{
color: #689DAA;
}
</style>
background-color css
<style>
a { background-color: #689DAA; }
a { background-color: rgb(104,157,170); }
div.DivClassName
{
background-color: #689DAA;
}
.BgClassName
{
background-color: #689DAA;
}
</style>
border-color css
<style>
span { border-color: #689DAA; }
span { border-color: rgb(104,157,170); }
td.TdClassName
{
border-color: #689DAA;
}
.TagClassName
{
border-color: #689DAA;
}
</style>