Shades of Slate Blue #6558CF
Tints of Slate Blue #6558CF
RGB
CMYK
RGB Variations
Color information
#6558CF (or 0x6558CF) is known color: Slate Blue. HEX triplet: 65, 58 and CF. RGB value is (101,88,207). Sum of RGB (Red+Green+Blue) = 101+88+207=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #6558CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558CF is #9AA730. Grayscale: #686868. Windows color (decimal): -10135345 or 13588581. OLE color: 13588581.
HSL color Cylindrical-coordinate representation of color #6558CF: hue angle of 246.55º 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 #6558CF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 88 | 207 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.19 |
| HSL | 246.55º | 0.55% | 0.58% | - |
| HSV(B) | 246.55º | 0.57% | 0.81% | - |
| XYZ | 20.12 | 14.25 | 60.72 | - |
| YUV | 105.45 | 185.31 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 207 | 0.51 | 0.57 | 0 | 0.19 | 246.55 | 0.55 | 0.58 |
| Hex | 65 | 58 | CF | 33 | 39 | 0 | 13 | F7 | 37 | 3A |
| Octal | 145 | 130 | 317 | 63 | 71 | 0 | 23 | 367 | 67 | 72 |
| Binary | 1100101 | 1011000 | 11001111 | 110011 | 111001 | 0 | 10011 | 11110111 | 110111 | 111010 |
Color Harmonies of #6558CF
Complementary color
Monochromatic Colors of #6558CF
Black with #6558CF
Text Example
Text Example
White with #6558CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558CF; }
p { color: rgb(101,88,207); }
H1.HeaderClassName
{
color: #6558CF;
}
.AnyTagClassName
{
color: #6558CF;
}
</style>
background-color css
<style>
a { background-color: #6558CF; }
a { background-color: rgb(101,88,207); }
div.DivClassName
{
background-color: #6558CF;
}
.BgClassName
{
background-color: #6558CF;
}
</style>
border-color css
<style>
span { border-color: #6558CF; }
span { border-color: rgb(101,88,207); }
td.TdClassName
{
border-color: #6558CF;
}
.TagClassName
{
border-color: #6558CF;
}
</style>