Shades of Cadet Blue #68969F
Tints of Cadet Blue #68969F
RGB
CMYK
RGB Variations
Color information
#68969F (or 0x68969F) is known color: Cadet Blue. HEX triplet: 68, 96 and 9F. RGB value is (104,150,159). Sum of RGB (Red+Green+Blue) = 104+150+159=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #68969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68969F is #976960. Grayscale: #898989. Windows color (decimal): -9922913 or 10458728. OLE color: 10458728.
HSL color Cylindrical-coordinate representation of color #68969F: hue angle of 189.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68969F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 150 | 159 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.38 |
| HSL | 189.82º | 0.22% | 0.52% | - |
| HSV(B) | 189.82º | 0.35% | 0.62% | - |
| XYZ | 22.87 | 27.26 | 36.86 | - |
| YUV | 137.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 159 | 0.35 | 0.06 | 0 | 0.38 | 189.82 | 0.22 | 0.52 |
| Hex | 68 | 96 | 9F | 23 | 6 | 0 | 26 | BE | 16 | 34 |
| Octal | 150 | 226 | 237 | 43 | 6 | 0 | 46 | 276 | 26 | 64 |
| Binary | 1101000 | 10010110 | 10011111 | 100011 | 110 | 0 | 100110 | 10111110 | 10110 | 110100 |
Color Harmonies of #68969F
Complementary color
Monochromatic Colors of #68969F
Black with #68969F
Text Example
Text Example
White with #68969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68969F; }
p { color: rgb(104,150,159); }
H1.HeaderClassName
{
color: #68969F;
}
.AnyTagClassName
{
color: #68969F;
}
</style>
background-color css
<style>
a { background-color: #68969F; }
a { background-color: rgb(104,150,159); }
div.DivClassName
{
background-color: #68969F;
}
.BgClassName
{
background-color: #68969F;
}
</style>
border-color css
<style>
span { border-color: #68969F; }
span { border-color: rgb(104,150,159); }
td.TdClassName
{
border-color: #68969F;
}
.TagClassName
{
border-color: #68969F;
}
</style>