Shades of Cadet Blue #68959A
Tints of Cadet Blue #68959A
RGB
CMYK
RGB Variations
Color information
#68959A (or 0x68959A) is known color: Cadet Blue. HEX triplet: 68, 95 and 9A. RGB value is (104,149,154). Sum of RGB (Red+Green+Blue) = 104+149+154=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #68959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68959A is #976A65. Grayscale: #888888. Windows color (decimal): -9923174 or 10130792. OLE color: 10130792.
HSL color Cylindrical-coordinate representation of color #68959A: hue angle of 186º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68959A is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 149 | 154 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.40 |
| HSL | 186º | 0.2% | 0.51% | - |
| HSV(B) | 186º | 0.32% | 0.6% | - |
| XYZ | 22.29 | 26.77 | 34.56 | - |
| YUV | 136.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 154 | 0.32 | 0.03 | 0 | 0.40 | 186 | 0.2 | 0.51 |
| Hex | 68 | 95 | 9A | 20 | 3 | 0 | 28 | BA | 14 | 33 |
| Octal | 150 | 225 | 232 | 40 | 3 | 0 | 50 | 272 | 24 | 63 |
| Binary | 1101000 | 10010101 | 10011010 | 100000 | 11 | 0 | 101000 | 10111010 | 10100 | 110011 |
Color Harmonies of #68959A
Complementary color
Monochromatic Colors of #68959A
Black with #68959A
Text Example
Text Example
White with #68959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68959A; }
p { color: rgb(104,149,154); }
H1.HeaderClassName
{
color: #68959A;
}
.AnyTagClassName
{
color: #68959A;
}
</style>
background-color css
<style>
a { background-color: #68959A; }
a { background-color: rgb(104,149,154); }
div.DivClassName
{
background-color: #68959A;
}
.BgClassName
{
background-color: #68959A;
}
</style>
border-color css
<style>
span { border-color: #68959A; }
span { border-color: rgb(104,149,154); }
td.TdClassName
{
border-color: #68959A;
}
.TagClassName
{
border-color: #68959A;
}
</style>