Shades of Slate Blue #6458CF
Tints of Slate Blue #6458CF
RGB
CMYK
RGB Variations
Color information
#6458CF (or 0x6458CF) is known color: Slate Blue. HEX triplet: 64, 58 and CF. RGB value is (100,88,207). Sum of RGB (Red+Green+Blue) = 100+88+207=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #6458CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458CF is #9BA730. Grayscale: #686868. Windows color (decimal): -10200881 or 13588580. OLE color: 13588580.
HSL color Cylindrical-coordinate representation of color #6458CF: hue angle of 246.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6458CF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 88 | 207 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.19 |
| HSL | 246.05º | 0.55% | 0.58% | - |
| HSV(B) | 246.05º | 0.57% | 0.81% | - |
| XYZ | 20.01 | 14.19 | 60.72 | - |
| YUV | 105.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 207 | 0.52 | 0.57 | 0 | 0.19 | 246.05 | 0.55 | 0.58 |
| Hex | 64 | 58 | CF | 34 | 39 | 0 | 13 | F6 | 37 | 3A |
| Octal | 144 | 130 | 317 | 64 | 71 | 0 | 23 | 366 | 67 | 72 |
| Binary | 1100100 | 1011000 | 11001111 | 110100 | 111001 | 0 | 10011 | 11110110 | 110111 | 111010 |
Color Harmonies of #6458CF
Complementary color
Monochromatic Colors of #6458CF
Black with #6458CF
Text Example
Text Example
White with #6458CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458CF; }
p { color: rgb(100,88,207); }
H1.HeaderClassName
{
color: #6458CF;
}
.AnyTagClassName
{
color: #6458CF;
}
</style>
background-color css
<style>
a { background-color: #6458CF; }
a { background-color: rgb(100,88,207); }
div.DivClassName
{
background-color: #6458CF;
}
.BgClassName
{
background-color: #6458CF;
}
</style>
border-color css
<style>
span { border-color: #6458CF; }
span { border-color: rgb(100,88,207); }
td.TdClassName
{
border-color: #6458CF;
}
.TagClassName
{
border-color: #6458CF;
}
</style>