Shades of Cadet Blue #689395
Tints of Cadet Blue #689395
RGB
CMYK
RGB Variations
Color information
#689395 (or 0x689395) is known color: Cadet Blue. HEX triplet: 68, 93 and 95. RGB value is (104,147,149). Sum of RGB (Red+Green+Blue) = 104+147+149=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #689395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689395 is #976C6A. Grayscale: #868686. Windows color (decimal): -9923691 or 9802600. OLE color: 9802600.
HSL color Cylindrical-coordinate representation of color #689395: hue angle of 182.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689395 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 149 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.42 |
| HSL | 182.67º | 0.18% | 0.5% | - |
| HSV(B) | 182.67º | 0.3% | 0.58% | - |
| XYZ | 21.57 | 25.98 | 32.31 | - |
| YUV | 134.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 149 | 0.30 | 0.01 | 0 | 0.42 | 182.67 | 0.18 | 0.5 |
| Hex | 68 | 93 | 95 | 1E | 1 | 0 | 2A | B7 | 12 | 32 |
| Octal | 150 | 223 | 225 | 36 | 1 | 0 | 52 | 267 | 22 | 62 |
| Binary | 1101000 | 10010011 | 10010101 | 11110 | 1 | 0 | 101010 | 10110111 | 10010 | 110010 |
Color Harmonies of #689395
Complementary color
Monochromatic Colors of #689395
Black with #689395
Text Example
Text Example
White with #689395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689395; }
p { color: rgb(104,147,149); }
H1.HeaderClassName
{
color: #689395;
}
.AnyTagClassName
{
color: #689395;
}
</style>
background-color css
<style>
a { background-color: #689395; }
a { background-color: rgb(104,147,149); }
div.DivClassName
{
background-color: #689395;
}
.BgClassName
{
background-color: #689395;
}
</style>
border-color css
<style>
span { border-color: #689395; }
span { border-color: rgb(104,147,149); }
td.TdClassName
{
border-color: #689395;
}
.TagClassName
{
border-color: #689395;
}
</style>