Shades of Slate Blue #6164CC
Tints of Slate Blue #6164CC
RGB
CMYK
RGB Variations
Color information
#6164CC (or 0x6164CC) is known color: Slate Blue. HEX triplet: 61, 64 and CC. RGB value is (97,100,204). Sum of RGB (Red+Green+Blue) = 97+100+204=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #6164CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164CC is #9E9B33. Grayscale: #6E6E6E. Windows color (decimal): -10394420 or 13395041. OLE color: 13395041.
HSL color Cylindrical-coordinate representation of color #6164CC: hue angle of 238.32º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6164CC is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 100 | 204 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.2 |
| HSL | 238.32º | 0.51% | 0.59% | - |
| HSV(B) | 238.32º | 0.52% | 0.8% | - |
| XYZ | 20.39 | 16.02 | 59.14 | - |
| YUV | 110.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 204 | 0.52 | 0.51 | 0 | 0.2 | 238.32 | 0.51 | 0.59 |
| Hex | 61 | 64 | CC | 34 | 33 | 0 | 14 | EE | 33 | 3B |
| Octal | 141 | 144 | 314 | 64 | 63 | 0 | 24 | 356 | 63 | 73 |
| Binary | 1100001 | 1100100 | 11001100 | 110100 | 110011 | 0 | 10100 | 11101110 | 110011 | 111011 |
Color Harmonies of #6164CC
Complementary color
Monochromatic Colors of #6164CC
Black with #6164CC
Text Example
Text Example
White with #6164CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164CC; }
p { color: rgb(97,100,204); }
H1.HeaderClassName
{
color: #6164CC;
}
.AnyTagClassName
{
color: #6164CC;
}
</style>
background-color css
<style>
a { background-color: #6164CC; }
a { background-color: rgb(97,100,204); }
div.DivClassName
{
background-color: #6164CC;
}
.BgClassName
{
background-color: #6164CC;
}
</style>
border-color css
<style>
span { border-color: #6164CC; }
span { border-color: rgb(97,100,204); }
td.TdClassName
{
border-color: #6164CC;
}
.TagClassName
{
border-color: #6164CC;
}
</style>