Shades of Cadet Blue #689BA3
Tints of Cadet Blue #689BA3
RGB
CMYK
RGB Variations
Color information
#689BA3 (or 0x689BA3) is known color: Cadet Blue. HEX triplet: 68, 9B and A3. RGB value is (104,155,163). Sum of RGB (Red+Green+Blue) = 104+155+163=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 163 - color contains mainly: blue. Hex color #689BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA3 is #97645C. Grayscale: #8C8C8C. Windows color (decimal): -9921629 or 10722152. OLE color: 10722152.
HSL color Cylindrical-coordinate representation of color #689BA3: hue angle of 188.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #689BA3 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 155 | 163 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.36 |
| HSL | 188.14º | 0.24% | 0.52% | - |
| HSV(B) | 188.14º | 0.36% | 0.64% | - |
| XYZ | 24.04 | 29.03 | 38.99 | - |
| YUV | 140.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 163 | 0.36 | 0.05 | 0 | 0.36 | 188.14 | 0.24 | 0.52 |
| Hex | 68 | 9B | A3 | 24 | 5 | 0 | 24 | BC | 18 | 34 |
| Octal | 150 | 233 | 243 | 44 | 5 | 0 | 44 | 274 | 30 | 64 |
| Binary | 1101000 | 10011011 | 10100011 | 100100 | 101 | 0 | 100100 | 10111100 | 11000 | 110100 |
Color Harmonies of #689BA3
Complementary color
Monochromatic Colors of #689BA3
Black with #689BA3
Text Example
Text Example
White with #689BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BA3; }
p { color: rgb(104,155,163); }
H1.HeaderClassName
{
color: #689BA3;
}
.AnyTagClassName
{
color: #689BA3;
}
</style>
background-color css
<style>
a { background-color: #689BA3; }
a { background-color: rgb(104,155,163); }
div.DivClassName
{
background-color: #689BA3;
}
.BgClassName
{
background-color: #689BA3;
}
</style>
border-color css
<style>
span { border-color: #689BA3; }
span { border-color: rgb(104,155,163); }
td.TdClassName
{
border-color: #689BA3;
}
.TagClassName
{
border-color: #689BA3;
}
</style>