Shades of Slate Blue #6575DC
Tints of Slate Blue #6575DC
RGB
CMYK
RGB Variations
Color information
#6575DC (or 0x6575DC) is known color: Slate Blue. HEX triplet: 65, 75 and DC. RGB value is (101,117,220). Sum of RGB (Red+Green+Blue) = 101+117+220=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #6575DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6575DC is #9A8A23. Grayscale: #7B7B7B. Windows color (decimal): -10127908 or 14447973. OLE color: 14447973.
HSL color Cylindrical-coordinate representation of color #6575DC: hue angle of 231.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6575DC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 117 | 220 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.14 |
| HSL | 231.93º | 0.63% | 0.63% | - |
| HSV(B) | 231.93º | 0.54% | 0.86% | - |
| XYZ | 24.65 | 20.66 | 70.4 | - |
| YUV | 123.96 | 182.2 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 220 | 0.54 | 0.47 | 0 | 0.14 | 231.93 | 0.63 | 0.63 |
| Hex | 65 | 75 | DC | 36 | 2F | 0 | E | E8 | 3F | 3F |
| Octal | 145 | 165 | 334 | 66 | 57 | 0 | 16 | 350 | 77 | 77 |
| Binary | 1100101 | 1110101 | 11011100 | 110110 | 101111 | 0 | 1110 | 11101000 | 111111 | 111111 |
Color Harmonies of #6575DC
Complementary color
Monochromatic Colors of #6575DC
Black with #6575DC
Text Example
Text Example
White with #6575DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575DC; }
p { color: rgb(101,117,220); }
H1.HeaderClassName
{
color: #6575DC;
}
.AnyTagClassName
{
color: #6575DC;
}
</style>
background-color css
<style>
a { background-color: #6575DC; }
a { background-color: rgb(101,117,220); }
div.DivClassName
{
background-color: #6575DC;
}
.BgClassName
{
background-color: #6575DC;
}
</style>
border-color css
<style>
span { border-color: #6575DC; }
span { border-color: rgb(101,117,220); }
td.TdClassName
{
border-color: #6575DC;
}
.TagClassName
{
border-color: #6575DC;
}
</style>