Shades of Cadet Blue #689D9F
Tints of Cadet Blue #689D9F
RGB
CMYK
RGB Variations
Color information
#689D9F (or 0x689D9F) is known color: Cadet Blue. HEX triplet: 68, 9D and 9F. RGB value is (104,157,159). Sum of RGB (Red+Green+Blue) = 104+157+159=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #689D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D9F is #976260. Grayscale: #8D8D8D. Windows color (decimal): -9921121 or 10460520. OLE color: 10460520.
HSL color Cylindrical-coordinate representation of color #689D9F: hue angle of 182.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689D9F is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 159 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.38 |
| HSL | 182.18º | 0.22% | 0.52% | - |
| HSV(B) | 182.18º | 0.35% | 0.62% | - |
| XYZ | 24.02 | 29.56 | 37.24 | - |
| YUV | 141.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 159 | 0.35 | 0.01 | 0 | 0.38 | 182.18 | 0.22 | 0.52 |
| Hex | 68 | 9D | 9F | 23 | 1 | 0 | 26 | B6 | 16 | 34 |
| Octal | 150 | 235 | 237 | 43 | 1 | 0 | 46 | 266 | 26 | 64 |
| Binary | 1101000 | 10011101 | 10011111 | 100011 | 1 | 0 | 100110 | 10110110 | 10110 | 110100 |
Color Harmonies of #689D9F
Complementary color
Monochromatic Colors of #689D9F
Black with #689D9F
Text Example
Text Example
White with #689D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D9F; }
p { color: rgb(104,157,159); }
H1.HeaderClassName
{
color: #689D9F;
}
.AnyTagClassName
{
color: #689D9F;
}
</style>
background-color css
<style>
a { background-color: #689D9F; }
a { background-color: rgb(104,157,159); }
div.DivClassName
{
background-color: #689D9F;
}
.BgClassName
{
background-color: #689D9F;
}
</style>
border-color css
<style>
span { border-color: #689D9F; }
span { border-color: rgb(104,157,159); }
td.TdClassName
{
border-color: #689D9F;
}
.TagClassName
{
border-color: #689D9F;
}
</style>