Shades of Cadet Blue #689998
Tints of Cadet Blue #689998
RGB
CMYK
RGB Variations
Color information
#689998 (or 0x689998) is known color: Cadet Blue. HEX triplet: 68, 99 and 98. RGB value is (104,153,152). Sum of RGB (Red+Green+Blue) = 104+153+152=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #689998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689998 is #976667. Grayscale: #8A8A8A. Windows color (decimal): -9922152 or 10000744. OLE color: 10000744.
HSL color Cylindrical-coordinate representation of color #689998: hue angle of 178.78º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689998 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 152 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.4 |
| HSL | 178.78º | 0.19% | 0.5% | - |
| HSV(B) | 178.78º | 0.32% | 0.6% | - |
| XYZ | 22.77 | 27.99 | 33.91 | - |
| YUV | 138.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 152 | 0.32 | 0 | 0.01 | 0.4 | 178.78 | 0.19 | 0.5 |
| Hex | 68 | 99 | 98 | 20 | 0 | 1 | 28 | B3 | 13 | 32 |
| Octal | 150 | 231 | 230 | 40 | 0 | 1 | 50 | 263 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10011000 | 100000 | 0 | 1 | 101000 | 10110011 | 10011 | 110010 |
Color Harmonies of #689998
Complementary color
Monochromatic Colors of #689998
Black with #689998
Text Example
Text Example
White with #689998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689998; }
p { color: rgb(104,153,152); }
H1.HeaderClassName
{
color: #689998;
}
.AnyTagClassName
{
color: #689998;
}
</style>
background-color css
<style>
a { background-color: #689998; }
a { background-color: rgb(104,153,152); }
div.DivClassName
{
background-color: #689998;
}
.BgClassName
{
background-color: #689998;
}
</style>
border-color css
<style>
span { border-color: #689998; }
span { border-color: rgb(104,153,152); }
td.TdClassName
{
border-color: #689998;
}
.TagClassName
{
border-color: #689998;
}
</style>