Shades of Light Slate Blue #6578FF
Tints of Light Slate Blue #6578FF
RGB
CMYK
RGB Variations
Color information
#6578FF (or 0x6578FF) is known color: Light Slate Blue. HEX triplet: 65, 78 and FF. RGB value is (101,120,255). Sum of RGB (Red+Green+Blue) = 101+120+255=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #6578FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6578FF is #9A8700. Grayscale: #818181. Windows color (decimal): -10127105 or 16742501. OLE color: 16742501.
HSL color Cylindrical-coordinate representation of color #6578FF: hue angle of 232.6º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6578FF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 120 | 255 | - |
| CMYK | 0.60 | 0.53 | 0 | 0 |
| HSL | 232.6º | 1% | 0.7% | - |
| HSV(B) | 232.6º | 0.6% | 1% | - |
| XYZ | 30.13 | 23.42 | 97.54 | - |
| YUV | 129.71 | 198.71 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 255 | 0.60 | 0.53 | 0 | 0 | 232.6 | 1 | 0.7 |
| Hex | 65 | 78 | FF | 3C | 35 | 0 | 0 | E9 | 64 | 46 |
| Octal | 145 | 170 | 377 | 74 | 65 | 0 | 0 | 351 | 144 | 106 |
| Binary | 1100101 | 1111000 | 11111111 | 111100 | 110101 | 0 | 0 | 11101001 | 1100100 | 1000110 |
Color Harmonies of #6578FF
Complementary color
Monochromatic Colors of #6578FF
Black with #6578FF
Text Example
Text Example
White with #6578FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6578FF; }
p { color: rgb(101,120,255); }
H1.HeaderClassName
{
color: #6578FF;
}
.AnyTagClassName
{
color: #6578FF;
}
</style>
background-color css
<style>
a { background-color: #6578FF; }
a { background-color: rgb(101,120,255); }
div.DivClassName
{
background-color: #6578FF;
}
.BgClassName
{
background-color: #6578FF;
}
</style>
border-color css
<style>
span { border-color: #6578FF; }
span { border-color: rgb(101,120,255); }
td.TdClassName
{
border-color: #6578FF;
}
.TagClassName
{
border-color: #6578FF;
}
</style>