Shades of Cadet Blue #689D98
Tints of Cadet Blue #689D98
RGB
CMYK
RGB Variations
Color information
#689D98 (or 0x689D98) is known color: Cadet Blue. HEX triplet: 68, 9D and 98. RGB value is (104,157,152). Sum of RGB (Red+Green+Blue) = 104+157+152=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #689D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D98 is #976267. Grayscale: #8C8C8C. Windows color (decimal): -9921128 or 10001768. OLE color: 10001768.
HSL color Cylindrical-coordinate representation of color #689D98: hue angle of 174.34º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D98 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 152 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.38 |
| HSL | 174.34º | 0.21% | 0.51% | - |
| HSV(B) | 174.34º | 0.34% | 0.62% | - |
| XYZ | 23.43 | 29.32 | 34.13 | - |
| YUV | 140.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 152 | 0.34 | 0 | 0.03 | 0.38 | 174.34 | 0.21 | 0.51 |
| Hex | 68 | 9D | 98 | 22 | 0 | 3 | 26 | AE | 15 | 33 |
| Octal | 150 | 235 | 230 | 42 | 0 | 3 | 46 | 256 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10011000 | 100010 | 0 | 11 | 100110 | 10101110 | 10101 | 110011 |
Color Harmonies of #689D98
Complementary color
Monochromatic Colors of #689D98
Black with #689D98
Text Example
Text Example
White with #689D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D98; }
p { color: rgb(104,157,152); }
H1.HeaderClassName
{
color: #689D98;
}
.AnyTagClassName
{
color: #689D98;
}
</style>
background-color css
<style>
a { background-color: #689D98; }
a { background-color: rgb(104,157,152); }
div.DivClassName
{
background-color: #689D98;
}
.BgClassName
{
background-color: #689D98;
}
</style>
border-color css
<style>
span { border-color: #689D98; }
span { border-color: rgb(104,157,152); }
td.TdClassName
{
border-color: #689D98;
}
.TagClassName
{
border-color: #689D98;
}
</style>