Shades of Slate Blue #6168CE
Tints of Slate Blue #6168CE
RGB
CMYK
RGB Variations
Color information
#6168CE (or 0x6168CE) is known color: Slate Blue. HEX triplet: 61, 68 and CE. RGB value is (97,104,206). Sum of RGB (Red+Green+Blue) = 97+104+206=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6168CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168CE is #9E9731. Grayscale: #717171. Windows color (decimal): -10393394 or 13527137. OLE color: 13527137.
HSL color Cylindrical-coordinate representation of color #6168CE: hue angle of 236.15º 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 #6168CE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 104 | 206 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.19 |
| HSL | 236.15º | 0.53% | 0.59% | - |
| HSV(B) | 236.15º | 0.53% | 0.81% | - |
| XYZ | 21.02 | 16.9 | 60.55 | - |
| YUV | 113.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 206 | 0.53 | 0.50 | 0 | 0.19 | 236.15 | 0.53 | 0.59 |
| Hex | 61 | 68 | CE | 35 | 32 | 0 | 13 | EC | 35 | 3B |
| Octal | 141 | 150 | 316 | 65 | 62 | 0 | 23 | 354 | 65 | 73 |
| Binary | 1100001 | 1101000 | 11001110 | 110101 | 110010 | 0 | 10011 | 11101100 | 110101 | 111011 |
Color Harmonies of #6168CE
Complementary color
Monochromatic Colors of #6168CE
Black with #6168CE
Text Example
Text Example
White with #6168CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168CE; }
p { color: rgb(97,104,206); }
H1.HeaderClassName
{
color: #6168CE;
}
.AnyTagClassName
{
color: #6168CE;
}
</style>
background-color css
<style>
a { background-color: #6168CE; }
a { background-color: rgb(97,104,206); }
div.DivClassName
{
background-color: #6168CE;
}
.BgClassName
{
background-color: #6168CE;
}
</style>
border-color css
<style>
span { border-color: #6168CE; }
span { border-color: rgb(97,104,206); }
td.TdClassName
{
border-color: #6168CE;
}
.TagClassName
{
border-color: #6168CE;
}
</style>