Shades of Slate Blue #6544CC
Tints of Slate Blue #6544CC
RGB
CMYK
RGB Variations
Color information
#6544CC (or 0x6544CC) is known color: Slate Blue. HEX triplet: 65, 44 and CC. RGB value is (101,68,204). Sum of RGB (Red+Green+Blue) = 101+68+204=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #6544CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544CC is #9ABB33. Grayscale: #5C5C5C. Windows color (decimal): -10140468 or 13386853. OLE color: 13386853.
HSL color Cylindrical-coordinate representation of color #6544CC: hue angle of 254.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6544CC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 68 | 204 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.2 |
| HSL | 254.56º | 0.57% | 0.53% | - |
| HSV(B) | 254.56º | 0.67% | 0.8% | - |
| XYZ | 18.33 | 11.26 | 58.33 | - |
| YUV | 93.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 204 | 0.50 | 0.67 | 0 | 0.2 | 254.56 | 0.57 | 0.53 |
| Hex | 65 | 44 | CC | 32 | 43 | 0 | 14 | FF | 39 | 35 |
| Octal | 145 | 104 | 314 | 62 | 103 | 0 | 24 | 377 | 71 | 65 |
| Binary | 1100101 | 1000100 | 11001100 | 110010 | 1000011 | 0 | 10100 | 11111111 | 111001 | 110101 |
Color Harmonies of #6544CC
Complementary color
Monochromatic Colors of #6544CC
Black with #6544CC
Text Example
Text Example
White with #6544CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6544CC; }
p { color: rgb(101,68,204); }
H1.HeaderClassName
{
color: #6544CC;
}
.AnyTagClassName
{
color: #6544CC;
}
</style>
background-color css
<style>
a { background-color: #6544CC; }
a { background-color: rgb(101,68,204); }
div.DivClassName
{
background-color: #6544CC;
}
.BgClassName
{
background-color: #6544CC;
}
</style>
border-color css
<style>
span { border-color: #6544CC; }
span { border-color: rgb(101,68,204); }
td.TdClassName
{
border-color: #6544CC;
}
.TagClassName
{
border-color: #6544CC;
}
</style>