Shades of Slate Blue #6458C2
Tints of Slate Blue #6458C2
RGB
CMYK
RGB Variations
Color information
#6458C2 (or 0x6458C2) is known color: Slate Blue. HEX triplet: 64, 58 and C2. RGB value is (100,88,194). Sum of RGB (Red+Green+Blue) = 100+88+194=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #6458C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458C2 is #9BA73D. Grayscale: #676767. Windows color (decimal): -10200894 or 12736612. OLE color: 12736612.
HSL color Cylindrical-coordinate representation of color #6458C2: hue angle of 246.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6458C2 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 88 | 194 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.24 |
| HSL | 246.79º | 0.46% | 0.55% | - |
| HSV(B) | 246.79º | 0.55% | 0.76% | - |
| XYZ | 18.48 | 13.58 | 52.69 | - |
| YUV | 103.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 194 | 0.48 | 0.55 | 0 | 0.24 | 246.79 | 0.46 | 0.55 |
| Hex | 64 | 58 | C2 | 30 | 37 | 0 | 18 | F7 | 2E | 37 |
| Octal | 144 | 130 | 302 | 60 | 67 | 0 | 30 | 367 | 56 | 67 |
| Binary | 1100100 | 1011000 | 11000010 | 110000 | 110111 | 0 | 11000 | 11110111 | 101110 | 110111 |
Color Harmonies of #6458C2
Complementary color
Monochromatic Colors of #6458C2
Black with #6458C2
Text Example
Text Example
White with #6458C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458C2; }
p { color: rgb(100,88,194); }
H1.HeaderClassName
{
color: #6458C2;
}
.AnyTagClassName
{
color: #6458C2;
}
</style>
background-color css
<style>
a { background-color: #6458C2; }
a { background-color: rgb(100,88,194); }
div.DivClassName
{
background-color: #6458C2;
}
.BgClassName
{
background-color: #6458C2;
}
</style>
border-color css
<style>
span { border-color: #6458C2; }
span { border-color: rgb(100,88,194); }
td.TdClassName
{
border-color: #6458C2;
}
.TagClassName
{
border-color: #6458C2;
}
</style>