Shades of Cadet Blue #689BA7
Tints of Cadet Blue #689BA7
RGB
CMYK
RGB Variations
Color information
#689BA7 (or 0x689BA7) is known color: Cadet Blue. HEX triplet: 68, 9B and A7. RGB value is (104,155,167). Sum of RGB (Red+Green+Blue) = 104+155+167=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #689BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA7 is #976458. Grayscale: #8D8D8D. Windows color (decimal): -9921625 or 10984296. OLE color: 10984296.
HSL color Cylindrical-coordinate representation of color #689BA7: hue angle of 191.43º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #689BA7 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 155 | 167 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.35 |
| HSL | 191.43º | 0.26% | 0.53% | - |
| HSV(B) | 191.43º | 0.38% | 0.65% | - |
| XYZ | 24.41 | 29.18 | 40.9 | - |
| YUV | 141.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 167 | 0.38 | 0.07 | 0 | 0.35 | 191.43 | 0.26 | 0.53 |
| Hex | 68 | 9B | A7 | 26 | 7 | 0 | 23 | BF | 1A | 35 |
| Octal | 150 | 233 | 247 | 46 | 7 | 0 | 43 | 277 | 32 | 65 |
| Binary | 1101000 | 10011011 | 10100111 | 100110 | 111 | 0 | 100011 | 10111111 | 11010 | 110101 |
Color Harmonies of #689BA7
Complementary color
Monochromatic Colors of #689BA7
Black with #689BA7
Text Example
Text Example
White with #689BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BA7; }
p { color: rgb(104,155,167); }
H1.HeaderClassName
{
color: #689BA7;
}
.AnyTagClassName
{
color: #689BA7;
}
</style>
background-color css
<style>
a { background-color: #689BA7; }
a { background-color: rgb(104,155,167); }
div.DivClassName
{
background-color: #689BA7;
}
.BgClassName
{
background-color: #689BA7;
}
</style>
border-color css
<style>
span { border-color: #689BA7; }
span { border-color: rgb(104,155,167); }
td.TdClassName
{
border-color: #689BA7;
}
.TagClassName
{
border-color: #689BA7;
}
</style>