Shades of Slate Blue #6545CC
Tints of Slate Blue #6545CC
RGB
CMYK
RGB Variations
Color information
#6545CC (or 0x6545CC) is known color: Slate Blue. HEX triplet: 65, 45 and CC. RGB value is (101,69,204). Sum of RGB (Red+Green+Blue) = 101+69+204=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #6545CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545CC is #9ABA33. Grayscale: #5D5D5D. Windows color (decimal): -10140212 or 13387109. OLE color: 13387109.
HSL color Cylindrical-coordinate representation of color #6545CC: hue angle of 254.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6545CC is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 69 | 204 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.2 |
| HSL | 254.22º | 0.57% | 0.54% | - |
| HSV(B) | 254.22º | 0.66% | 0.8% | - |
| XYZ | 18.39 | 11.38 | 58.35 | - |
| YUV | 93.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 204 | 0.50 | 0.66 | 0 | 0.2 | 254.22 | 0.57 | 0.54 |
| Hex | 65 | 45 | CC | 32 | 42 | 0 | 14 | FE | 39 | 36 |
| Octal | 145 | 105 | 314 | 62 | 102 | 0 | 24 | 376 | 71 | 66 |
| Binary | 1100101 | 1000101 | 11001100 | 110010 | 1000010 | 0 | 10100 | 11111110 | 111001 | 110110 |
Color Harmonies of #6545CC
Complementary color
Monochromatic Colors of #6545CC
Black with #6545CC
Text Example
Text Example
White with #6545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6545CC; }
p { color: rgb(101,69,204); }
H1.HeaderClassName
{
color: #6545CC;
}
.AnyTagClassName
{
color: #6545CC;
}
</style>
background-color css
<style>
a { background-color: #6545CC; }
a { background-color: rgb(101,69,204); }
div.DivClassName
{
background-color: #6545CC;
}
.BgClassName
{
background-color: #6545CC;
}
</style>
border-color css
<style>
span { border-color: #6545CC; }
span { border-color: rgb(101,69,204); }
td.TdClassName
{
border-color: #6545CC;
}
.TagClassName
{
border-color: #6545CC;
}
</style>