Shades of Slate Blue #6168CF
Tints of Slate Blue #6168CF
RGB
CMYK
RGB Variations
Color information
#6168CF (or 0x6168CF) is known color: Slate Blue. HEX triplet: 61, 68 and CF. RGB value is (97,104,207). Sum of RGB (Red+Green+Blue) = 97+104+207=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6168CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168CF is #9E9730. Grayscale: #717171. Windows color (decimal): -10393393 or 13592673. OLE color: 13592673.
HSL color Cylindrical-coordinate representation of color #6168CF: hue angle of 236.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6168CF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 104 | 207 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.19 |
| HSL | 236.18º | 0.53% | 0.6% | - |
| HSV(B) | 236.18º | 0.53% | 0.81% | - |
| XYZ | 21.14 | 16.95 | 61.19 | - |
| YUV | 113.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 207 | 0.53 | 0.50 | 0 | 0.19 | 236.18 | 0.53 | 0.6 |
| Hex | 61 | 68 | CF | 35 | 32 | 0 | 13 | EC | 35 | 3C |
| Octal | 141 | 150 | 317 | 65 | 62 | 0 | 23 | 354 | 65 | 74 |
| Binary | 1100001 | 1101000 | 11001111 | 110101 | 110010 | 0 | 10011 | 11101100 | 110101 | 111100 |
Color Harmonies of #6168CF
Complementary color
Monochromatic Colors of #6168CF
Black with #6168CF
Text Example
Text Example
White with #6168CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6168CF; }
p { color: rgb(97,104,207); }
H1.HeaderClassName
{
color: #6168CF;
}
.AnyTagClassName
{
color: #6168CF;
}
</style>
background-color css
<style>
a { background-color: #6168CF; }
a { background-color: rgb(97,104,207); }
div.DivClassName
{
background-color: #6168CF;
}
.BgClassName
{
background-color: #6168CF;
}
</style>
border-color css
<style>
span { border-color: #6168CF; }
span { border-color: rgb(97,104,207); }
td.TdClassName
{
border-color: #6168CF;
}
.TagClassName
{
border-color: #6168CF;
}
</style>