Shades of Slate Blue #6164DC
Tints of Slate Blue #6164DC
RGB
CMYK
RGB Variations
Color information
#6164DC (or 0x6164DC) is known color: Slate Blue. HEX triplet: 61, 64 and DC. RGB value is (97,100,220). Sum of RGB (Red+Green+Blue) = 97+100+220=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #6164DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164DC is #9E9B23. Grayscale: #707070. Windows color (decimal): -10394404 or 14443617. OLE color: 14443617.
HSL color Cylindrical-coordinate representation of color #6164DC: hue angle of 238.54º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6164DC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 100 | 220 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.14 |
| HSL | 238.54º | 0.64% | 0.62% | - |
| HSV(B) | 238.54º | 0.56% | 0.86% | - |
| XYZ | 22.41 | 16.82 | 69.78 | - |
| YUV | 112.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 220 | 0.56 | 0.55 | 0 | 0.14 | 238.54 | 0.64 | 0.62 |
| Hex | 61 | 64 | DC | 38 | 37 | 0 | E | EF | 40 | 3E |
| Octal | 141 | 144 | 334 | 70 | 67 | 0 | 16 | 357 | 100 | 76 |
| Binary | 1100001 | 1100100 | 11011100 | 111000 | 110111 | 0 | 1110 | 11101111 | 1000000 | 111110 |
Color Harmonies of #6164DC
Complementary color
Monochromatic Colors of #6164DC
Black with #6164DC
Text Example
Text Example
White with #6164DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164DC; }
p { color: rgb(97,100,220); }
H1.HeaderClassName
{
color: #6164DC;
}
.AnyTagClassName
{
color: #6164DC;
}
</style>
background-color css
<style>
a { background-color: #6164DC; }
a { background-color: rgb(97,100,220); }
div.DivClassName
{
background-color: #6164DC;
}
.BgClassName
{
background-color: #6164DC;
}
</style>
border-color css
<style>
span { border-color: #6164DC; }
span { border-color: rgb(97,100,220); }
td.TdClassName
{
border-color: #6164DC;
}
.TagClassName
{
border-color: #6164DC;
}
</style>