Shades of Cadet Blue #68969D
Tints of Cadet Blue #68969D
RGB
CMYK
RGB Variations
Color information
#68969D (or 0x68969D) is known color: Cadet Blue. HEX triplet: 68, 96 and 9D. RGB value is (104,150,157). Sum of RGB (Red+Green+Blue) = 104+150+157=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #68969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68969D is #976962. Grayscale: #888888. Windows color (decimal): -9922915 or 10327656. OLE color: 10327656.
HSL color Cylindrical-coordinate representation of color #68969D: hue angle of 187.92º 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 #68969D is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 150 | 157 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.38 |
| HSL | 187.92º | 0.21% | 0.51% | - |
| HSV(B) | 187.92º | 0.34% | 0.62% | - |
| XYZ | 22.7 | 27.19 | 35.95 | - |
| YUV | 137.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 157 | 0.34 | 0.04 | 0 | 0.38 | 187.92 | 0.21 | 0.51 |
| Hex | 68 | 96 | 9D | 22 | 4 | 0 | 26 | BC | 15 | 33 |
| Octal | 150 | 226 | 235 | 42 | 4 | 0 | 46 | 274 | 25 | 63 |
| Binary | 1101000 | 10010110 | 10011101 | 100010 | 100 | 0 | 100110 | 10111100 | 10101 | 110011 |
Color Harmonies of #68969D
Complementary color
Monochromatic Colors of #68969D
Black with #68969D
Text Example
Text Example
White with #68969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68969D; }
p { color: rgb(104,150,157); }
H1.HeaderClassName
{
color: #68969D;
}
.AnyTagClassName
{
color: #68969D;
}
</style>
background-color css
<style>
a { background-color: #68969D; }
a { background-color: rgb(104,150,157); }
div.DivClassName
{
background-color: #68969D;
}
.BgClassName
{
background-color: #68969D;
}
</style>
border-color css
<style>
span { border-color: #68969D; }
span { border-color: rgb(104,150,157); }
td.TdClassName
{
border-color: #68969D;
}
.TagClassName
{
border-color: #68969D;
}
</style>