Shades of Cadet Blue #689BA1
Tints of Cadet Blue #689BA1
RGB
CMYK
RGB Variations
Color information
#689BA1 (or 0x689BA1) is known color: Cadet Blue. HEX triplet: 68, 9B and A1. RGB value is (104,155,161). Sum of RGB (Red+Green+Blue) = 104+155+161=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #689BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA1 is #97645E. Grayscale: #8C8C8C. Windows color (decimal): -9921631 or 10591080. OLE color: 10591080.
HSL color Cylindrical-coordinate representation of color #689BA1: hue angle of 186.32º 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 #689BA1 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 155 | 161 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.37 |
| HSL | 186.32º | 0.23% | 0.52% | - |
| HSV(B) | 186.32º | 0.35% | 0.63% | - |
| XYZ | 23.86 | 28.96 | 38.05 | - |
| YUV | 140.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 161 | 0.35 | 0.04 | 0 | 0.37 | 186.32 | 0.23 | 0.52 |
| Hex | 68 | 9B | A1 | 23 | 4 | 0 | 25 | BA | 17 | 34 |
| Octal | 150 | 233 | 241 | 43 | 4 | 0 | 45 | 272 | 27 | 64 |
| Binary | 1101000 | 10011011 | 10100001 | 100011 | 100 | 0 | 100101 | 10111010 | 10111 | 110100 |
Color Harmonies of #689BA1
Complementary color
Monochromatic Colors of #689BA1
Black with #689BA1
Text Example
Text Example
White with #689BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BA1; }
p { color: rgb(104,155,161); }
H1.HeaderClassName
{
color: #689BA1;
}
.AnyTagClassName
{
color: #689BA1;
}
</style>
background-color css
<style>
a { background-color: #689BA1; }
a { background-color: rgb(104,155,161); }
div.DivClassName
{
background-color: #689BA1;
}
.BgClassName
{
background-color: #689BA1;
}
</style>
border-color css
<style>
span { border-color: #689BA1; }
span { border-color: rgb(104,155,161); }
td.TdClassName
{
border-color: #689BA1;
}
.TagClassName
{
border-color: #689BA1;
}
</style>