Shades of Slate Blue #6068CE
Tints of Slate Blue #6068CE
RGB
CMYK
RGB Variations
Color information
#6068CE (or 0x6068CE) is known color: Slate Blue. HEX triplet: 60, 68 and CE. RGB value is (96,104,206). Sum of RGB (Red+Green+Blue) = 96+104+206=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6068CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6068CE is #9F9731. Grayscale: #707070. Windows color (decimal): -10458930 or 13527136. OLE color: 13527136.
HSL color Cylindrical-coordinate representation of color #6068CE: hue angle of 235.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6068CE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 104 | 206 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.19 |
| HSL | 235.64º | 0.53% | 0.59% | - |
| HSV(B) | 235.64º | 0.53% | 0.81% | - |
| XYZ | 20.91 | 16.84 | 60.54 | - |
| YUV | 113.24 | 180.35 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 206 | 0.53 | 0.50 | 0 | 0.19 | 235.64 | 0.53 | 0.59 |
| Hex | 60 | 68 | CE | 35 | 32 | 0 | 13 | EC | 35 | 3B |
| Octal | 140 | 150 | 316 | 65 | 62 | 0 | 23 | 354 | 65 | 73 |
| Binary | 1100000 | 1101000 | 11001110 | 110101 | 110010 | 0 | 10011 | 11101100 | 110101 | 111011 |
Color Harmonies of #6068CE
Complementary color
Monochromatic Colors of #6068CE
Black with #6068CE
Text Example
Text Example
White with #6068CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6068CE; }
p { color: rgb(96,104,206); }
H1.HeaderClassName
{
color: #6068CE;
}
.AnyTagClassName
{
color: #6068CE;
}
</style>
background-color css
<style>
a { background-color: #6068CE; }
a { background-color: rgb(96,104,206); }
div.DivClassName
{
background-color: #6068CE;
}
.BgClassName
{
background-color: #6068CE;
}
</style>
border-color css
<style>
span { border-color: #6068CE; }
span { border-color: rgb(96,104,206); }
td.TdClassName
{
border-color: #6068CE;
}
.TagClassName
{
border-color: #6068CE;
}
</style>