Shades of Cadet Blue #689FA1
Tints of Cadet Blue #689FA1
RGB
CMYK
RGB Variations
Color information
#689FA1 (or 0x689FA1) is known color: Cadet Blue. HEX triplet: 68, 9F and A1. RGB value is (104,159,161). Sum of RGB (Red+Green+Blue) = 104+159+161=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 161 - color contains mainly: blue. Hex color #689FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FA1 is #97605E. Grayscale: #8E8E8E. Windows color (decimal): -9920607 or 10592104. OLE color: 10592104.
HSL color Cylindrical-coordinate representation of color #689FA1: hue angle of 182.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689FA1 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 159 | 161 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.37 |
| HSL | 182.11º | 0.23% | 0.52% | - |
| HSV(B) | 182.11º | 0.35% | 0.63% | - |
| XYZ | 24.54 | 30.31 | 38.28 | - |
| YUV | 142.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 161 | 0.35 | 0.01 | 0 | 0.37 | 182.11 | 0.23 | 0.52 |
| Hex | 68 | 9F | A1 | 23 | 1 | 0 | 25 | B6 | 17 | 34 |
| Octal | 150 | 237 | 241 | 43 | 1 | 0 | 45 | 266 | 27 | 64 |
| Binary | 1101000 | 10011111 | 10100001 | 100011 | 1 | 0 | 100101 | 10110110 | 10111 | 110100 |
Color Harmonies of #689FA1
Complementary color
Monochromatic Colors of #689FA1
Black with #689FA1
Text Example
Text Example
White with #689FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FA1; }
p { color: rgb(104,159,161); }
H1.HeaderClassName
{
color: #689FA1;
}
.AnyTagClassName
{
color: #689FA1;
}
</style>
background-color css
<style>
a { background-color: #689FA1; }
a { background-color: rgb(104,159,161); }
div.DivClassName
{
background-color: #689FA1;
}
.BgClassName
{
background-color: #689FA1;
}
</style>
border-color css
<style>
span { border-color: #689FA1; }
span { border-color: rgb(104,159,161); }
td.TdClassName
{
border-color: #689FA1;
}
.TagClassName
{
border-color: #689FA1;
}
</style>