Shades of Cadet Blue #689BA0
Tints of Cadet Blue #689BA0
RGB
CMYK
RGB Variations
Color information
#689BA0 (or 0x689BA0) is known color: Cadet Blue. HEX triplet: 68, 9B and A0. RGB value is (104,155,160). Sum of RGB (Red+Green+Blue) = 104+155+160=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #689BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA0 is #97645F. Grayscale: #8C8C8C. Windows color (decimal): -9921632 or 10525544. OLE color: 10525544.
HSL color Cylindrical-coordinate representation of color #689BA0: hue angle of 185.36º 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 #689BA0 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 155 | 160 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.37 |
| HSL | 185.36º | 0.23% | 0.52% | - |
| HSV(B) | 185.36º | 0.35% | 0.63% | - |
| XYZ | 23.78 | 28.92 | 37.59 | - |
| YUV | 140.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 160 | 0.35 | 0.03 | 0 | 0.37 | 185.36 | 0.23 | 0.52 |
| Hex | 68 | 9B | A0 | 23 | 3 | 0 | 25 | B9 | 17 | 34 |
| Octal | 150 | 233 | 240 | 43 | 3 | 0 | 45 | 271 | 27 | 64 |
| Binary | 1101000 | 10011011 | 10100000 | 100011 | 11 | 0 | 100101 | 10111001 | 10111 | 110100 |
Color Harmonies of #689BA0
Complementary color
Monochromatic Colors of #689BA0
Black with #689BA0
Text Example
Text Example
White with #689BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BA0; }
p { color: rgb(104,155,160); }
H1.HeaderClassName
{
color: #689BA0;
}
.AnyTagClassName
{
color: #689BA0;
}
</style>
background-color css
<style>
a { background-color: #689BA0; }
a { background-color: rgb(104,155,160); }
div.DivClassName
{
background-color: #689BA0;
}
.BgClassName
{
background-color: #689BA0;
}
</style>
border-color css
<style>
span { border-color: #689BA0; }
span { border-color: rgb(104,155,160); }
td.TdClassName
{
border-color: #689BA0;
}
.TagClassName
{
border-color: #689BA0;
}
</style>