Shades of Cadet Blue #689FA3
Tints of Cadet Blue #689FA3
RGB
CMYK
RGB Variations
Color information
#689FA3 (or 0x689FA3) is known color: Cadet Blue. HEX triplet: 68, 9F and A3. RGB value is (104,159,163). Sum of RGB (Red+Green+Blue) = 104+159+163=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 163 - color contains mainly: blue. Hex color #689FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FA3 is #97605C. Grayscale: #8E8E8E. Windows color (decimal): -9920605 or 10723176. OLE color: 10723176.
HSL color Cylindrical-coordinate representation of color #689FA3: hue angle of 184.07º 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 #689FA3 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 159 | 163 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.36 |
| HSL | 184.07º | 0.24% | 0.52% | - |
| HSV(B) | 184.07º | 0.36% | 0.64% | - |
| XYZ | 24.72 | 30.38 | 39.21 | - |
| YUV | 143.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 163 | 0.36 | 0.02 | 0 | 0.36 | 184.07 | 0.24 | 0.52 |
| Hex | 68 | 9F | A3 | 24 | 2 | 0 | 24 | B8 | 18 | 34 |
| Octal | 150 | 237 | 243 | 44 | 2 | 0 | 44 | 270 | 30 | 64 |
| Binary | 1101000 | 10011111 | 10100011 | 100100 | 10 | 0 | 100100 | 10111000 | 11000 | 110100 |
Color Harmonies of #689FA3
Complementary color
Monochromatic Colors of #689FA3
Black with #689FA3
Text Example
Text Example
White with #689FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FA3; }
p { color: rgb(104,159,163); }
H1.HeaderClassName
{
color: #689FA3;
}
.AnyTagClassName
{
color: #689FA3;
}
</style>
background-color css
<style>
a { background-color: #689FA3; }
a { background-color: rgb(104,159,163); }
div.DivClassName
{
background-color: #689FA3;
}
.BgClassName
{
background-color: #689FA3;
}
</style>
border-color css
<style>
span { border-color: #689FA3; }
span { border-color: rgb(104,159,163); }
td.TdClassName
{
border-color: #689FA3;
}
.TagClassName
{
border-color: #689FA3;
}
</style>