Shades of Cadet Blue #689DA3
Tints of Cadet Blue #689DA3
RGB
CMYK
RGB Variations
Color information
#689DA3 (or 0x689DA3) is known color: Cadet Blue. HEX triplet: 68, 9D and A3. RGB value is (104,157,163). Sum of RGB (Red+Green+Blue) = 104+157+163=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 163 - color contains mainly: blue. Hex color #689DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689DA3 is #97625C. Grayscale: #8D8D8D. Windows color (decimal): -9921117 or 10722664. OLE color: 10722664.
HSL color Cylindrical-coordinate representation of color #689DA3: hue angle of 186.1º 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 #689DA3 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 157 | 163 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.36 |
| HSL | 186.1º | 0.24% | 0.52% | - |
| HSV(B) | 186.1º | 0.36% | 0.64% | - |
| XYZ | 24.38 | 29.7 | 39.1 | - |
| YUV | 141.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 163 | 0.36 | 0.04 | 0 | 0.36 | 186.1 | 0.24 | 0.52 |
| Hex | 68 | 9D | A3 | 24 | 4 | 0 | 24 | BA | 18 | 34 |
| Octal | 150 | 235 | 243 | 44 | 4 | 0 | 44 | 272 | 30 | 64 |
| Binary | 1101000 | 10011101 | 10100011 | 100100 | 100 | 0 | 100100 | 10111010 | 11000 | 110100 |
Color Harmonies of #689DA3
Complementary color
Monochromatic Colors of #689DA3
Black with #689DA3
Text Example
Text Example
White with #689DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DA3; }
p { color: rgb(104,157,163); }
H1.HeaderClassName
{
color: #689DA3;
}
.AnyTagClassName
{
color: #689DA3;
}
</style>
background-color css
<style>
a { background-color: #689DA3; }
a { background-color: rgb(104,157,163); }
div.DivClassName
{
background-color: #689DA3;
}
.BgClassName
{
background-color: #689DA3;
}
</style>
border-color css
<style>
span { border-color: #689DA3; }
span { border-color: rgb(104,157,163); }
td.TdClassName
{
border-color: #689DA3;
}
.TagClassName
{
border-color: #689DA3;
}
</style>