Shades of Cadet Blue #689DA2
Tints of Cadet Blue #689DA2
RGB
CMYK
RGB Variations
Color information
#689DA2 (or 0x689DA2) is known color: Cadet Blue. HEX triplet: 68, 9D and A2. RGB value is (104,157,162). Sum of RGB (Red+Green+Blue) = 104+157+162=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #689DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689DA2 is #97625D. Grayscale: #8D8D8D. Windows color (decimal): -9921118 or 10657128. OLE color: 10657128.
HSL color Cylindrical-coordinate representation of color #689DA2: hue angle of 185.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #689DA2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 157 | 162 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.36 |
| HSL | 185.17º | 0.24% | 0.52% | - |
| HSV(B) | 185.17º | 0.36% | 0.64% | - |
| XYZ | 24.29 | 29.67 | 38.63 | - |
| YUV | 141.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 162 | 0.36 | 0.03 | 0 | 0.36 | 185.17 | 0.24 | 0.52 |
| Hex | 68 | 9D | A2 | 24 | 3 | 0 | 24 | B9 | 18 | 34 |
| Octal | 150 | 235 | 242 | 44 | 3 | 0 | 44 | 271 | 30 | 64 |
| Binary | 1101000 | 10011101 | 10100010 | 100100 | 11 | 0 | 100100 | 10111001 | 11000 | 110100 |
Color Harmonies of #689DA2
Complementary color
Monochromatic Colors of #689DA2
Black with #689DA2
Text Example
Text Example
White with #689DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DA2; }
p { color: rgb(104,157,162); }
H1.HeaderClassName
{
color: #689DA2;
}
.AnyTagClassName
{
color: #689DA2;
}
</style>
background-color css
<style>
a { background-color: #689DA2; }
a { background-color: rgb(104,157,162); }
div.DivClassName
{
background-color: #689DA2;
}
.BgClassName
{
background-color: #689DA2;
}
</style>
border-color css
<style>
span { border-color: #689DA2; }
span { border-color: rgb(104,157,162); }
td.TdClassName
{
border-color: #689DA2;
}
.TagClassName
{
border-color: #689DA2;
}
</style>