Shades of Slate Blue #6C58CF
Tints of Slate Blue #6C58CF
RGB
CMYK
RGB Variations
Color information
#6C58CF (or 0x6C58CF) is known color: Slate Blue. HEX triplet: 6C, 58 and CF. RGB value is (108,88,207). Sum of RGB (Red+Green+Blue) = 108+88+207=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58CF is #93A730. Grayscale: #6B6B6B. Windows color (decimal): -9676593 or 13588588. OLE color: 13588588.
HSL color Cylindrical-coordinate representation of color #6C58CF: hue angle of 250.08º 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 #6C58CF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 88 | 207 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.19 |
| HSL | 250.08º | 0.55% | 0.58% | - |
| HSV(B) | 250.08º | 0.57% | 0.81% | - |
| XYZ | 20.94 | 14.67 | 60.76 | - |
| YUV | 107.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 207 | 0.48 | 0.57 | 0 | 0.19 | 250.08 | 0.55 | 0.58 |
| Hex | 6C | 58 | CF | 30 | 39 | 0 | 13 | FA | 37 | 3A |
| Octal | 154 | 130 | 317 | 60 | 71 | 0 | 23 | 372 | 67 | 72 |
| Binary | 1101100 | 1011000 | 11001111 | 110000 | 111001 | 0 | 10011 | 11111010 | 110111 | 111010 |
Color Harmonies of #6C58CF
Complementary color
Monochromatic Colors of #6C58CF
Black with #6C58CF
Text Example
Text Example
White with #6C58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C58CF; }
p { color: rgb(108,88,207); }
H1.HeaderClassName
{
color: #6C58CF;
}
.AnyTagClassName
{
color: #6C58CF;
}
</style>
background-color css
<style>
a { background-color: #6C58CF; }
a { background-color: rgb(108,88,207); }
div.DivClassName
{
background-color: #6C58CF;
}
.BgClassName
{
background-color: #6C58CF;
}
</style>
border-color css
<style>
span { border-color: #6C58CF; }
span { border-color: rgb(108,88,207); }
td.TdClassName
{
border-color: #6C58CF;
}
.TagClassName
{
border-color: #6C58CF;
}
</style>