Shades of Slate Blue #6164CE
Tints of Slate Blue #6164CE
RGB
CMYK
RGB Variations
Color information
#6164CE (or 0x6164CE) is known color: Slate Blue. HEX triplet: 61, 64 and CE. RGB value is (97,100,206). Sum of RGB (Red+Green+Blue) = 97+100+206=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6164CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164CE is #9E9B31. Grayscale: #6E6E6E. Windows color (decimal): -10394418 or 13526113. OLE color: 13526113.
HSL color Cylindrical-coordinate representation of color #6164CE: hue angle of 238.35º 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 #6164CE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 100 | 206 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.19 |
| HSL | 238.35º | 0.53% | 0.59% | - |
| HSV(B) | 238.35º | 0.53% | 0.81% | - |
| XYZ | 20.63 | 16.11 | 60.42 | - |
| YUV | 111.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 206 | 0.53 | 0.51 | 0 | 0.19 | 238.35 | 0.53 | 0.59 |
| Hex | 61 | 64 | CE | 35 | 33 | 0 | 13 | EE | 35 | 3B |
| Octal | 141 | 144 | 316 | 65 | 63 | 0 | 23 | 356 | 65 | 73 |
| Binary | 1100001 | 1100100 | 11001110 | 110101 | 110011 | 0 | 10011 | 11101110 | 110101 | 111011 |
Color Harmonies of #6164CE
Complementary color
Monochromatic Colors of #6164CE
Black with #6164CE
Text Example
Text Example
White with #6164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164CE; }
p { color: rgb(97,100,206); }
H1.HeaderClassName
{
color: #6164CE;
}
.AnyTagClassName
{
color: #6164CE;
}
</style>
background-color css
<style>
a { background-color: #6164CE; }
a { background-color: rgb(97,100,206); }
div.DivClassName
{
background-color: #6164CE;
}
.BgClassName
{
background-color: #6164CE;
}
</style>
border-color css
<style>
span { border-color: #6164CE; }
span { border-color: rgb(97,100,206); }
td.TdClassName
{
border-color: #6164CE;
}
.TagClassName
{
border-color: #6164CE;
}
</style>