Shades of Cadet Blue #689E9A
Tints of Cadet Blue #689E9A
RGB
CMYK
RGB Variations
Color information
#689E9A (or 0x689E9A) is known color: Cadet Blue. HEX triplet: 68, 9E and 9A. RGB value is (104,158,154). Sum of RGB (Red+Green+Blue) = 104+158+154=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #689E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E9A is #976165. Grayscale: #8D8D8D. Windows color (decimal): -9920870 or 10133096. OLE color: 10133096.
HSL color Cylindrical-coordinate representation of color #689E9A: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689E9A is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 158 | 154 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.38 |
| HSL | 175.56º | 0.22% | 0.51% | - |
| HSV(B) | 175.56º | 0.34% | 0.62% | - |
| XYZ | 23.77 | 29.73 | 35.06 | - |
| YUV | 141.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 154 | 0.34 | 0 | 0.03 | 0.38 | 175.56 | 0.22 | 0.51 |
| Hex | 68 | 9E | 9A | 22 | 0 | 3 | 26 | B0 | 16 | 33 |
| Octal | 150 | 236 | 232 | 42 | 0 | 3 | 46 | 260 | 26 | 63 |
| Binary | 1101000 | 10011110 | 10011010 | 100010 | 0 | 11 | 100110 | 10110000 | 10110 | 110011 |
Color Harmonies of #689E9A
Complementary color
Monochromatic Colors of #689E9A
Black with #689E9A
Text Example
Text Example
White with #689E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689E9A; }
p { color: rgb(104,158,154); }
H1.HeaderClassName
{
color: #689E9A;
}
.AnyTagClassName
{
color: #689E9A;
}
</style>
background-color css
<style>
a { background-color: #689E9A; }
a { background-color: rgb(104,158,154); }
div.DivClassName
{
background-color: #689E9A;
}
.BgClassName
{
background-color: #689E9A;
}
</style>
border-color css
<style>
span { border-color: #689E9A; }
span { border-color: rgb(104,158,154); }
td.TdClassName
{
border-color: #689E9A;
}
.TagClassName
{
border-color: #689E9A;
}
</style>