Shades of Slate Blue #645FCC
Tints of Slate Blue #645FCC
RGB
CMYK
RGB Variations
Color information
#645FCC (or 0x645FCC) is known color: Slate Blue. HEX triplet: 64, 5F and CC. RGB value is (100,95,204). Sum of RGB (Red+Green+Blue) = 100+95+204=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #645FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FCC is #9BA033. Grayscale: #6C6C6C. Windows color (decimal): -10199092 or 13393764. OLE color: 13393764.
HSL color Cylindrical-coordinate representation of color #645FCC: hue angle of 242.75º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645FCC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 95 | 204 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.2 |
| HSL | 242.75º | 0.52% | 0.59% | - |
| HSV(B) | 242.75º | 0.53% | 0.8% | - |
| XYZ | 20.25 | 15.25 | 59 | - |
| YUV | 108.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 204 | 0.51 | 0.53 | 0 | 0.2 | 242.75 | 0.52 | 0.59 |
| Hex | 64 | 5F | CC | 33 | 35 | 0 | 14 | F3 | 34 | 3B |
| Octal | 144 | 137 | 314 | 63 | 65 | 0 | 24 | 363 | 64 | 73 |
| Binary | 1100100 | 1011111 | 11001100 | 110011 | 110101 | 0 | 10100 | 11110011 | 110100 | 111011 |
Color Harmonies of #645FCC
Complementary color
Monochromatic Colors of #645FCC
Black with #645FCC
Text Example
Text Example
White with #645FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FCC; }
p { color: rgb(100,95,204); }
H1.HeaderClassName
{
color: #645FCC;
}
.AnyTagClassName
{
color: #645FCC;
}
</style>
background-color css
<style>
a { background-color: #645FCC; }
a { background-color: rgb(100,95,204); }
div.DivClassName
{
background-color: #645FCC;
}
.BgClassName
{
background-color: #645FCC;
}
</style>
border-color css
<style>
span { border-color: #645FCC; }
span { border-color: rgb(100,95,204); }
td.TdClassName
{
border-color: #645FCC;
}
.TagClassName
{
border-color: #645FCC;
}
</style>