Shades of Slate Blue #646BCE
Tints of Slate Blue #646BCE
RGB
CMYK
RGB Variations
Color information
#646BCE (or 0x646BCE) is known color: Slate Blue. HEX triplet: 64, 6B and CE. RGB value is (100,107,206). Sum of RGB (Red+Green+Blue) = 100+107+206=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #646BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BCE is #9B9431. Grayscale: #737373. Windows color (decimal): -10196018 or 13527908. OLE color: 13527908.
HSL color Cylindrical-coordinate representation of color #646BCE: hue angle of 236.04º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646BCE is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 107 | 206 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.19 |
| HSL | 236.04º | 0.52% | 0.6% | - |
| HSV(B) | 236.04º | 0.51% | 0.81% | - |
| XYZ | 21.65 | 17.68 | 60.66 | - |
| YUV | 116.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 206 | 0.51 | 0.48 | 0 | 0.19 | 236.04 | 0.52 | 0.6 |
| Hex | 64 | 6B | CE | 33 | 30 | 0 | 13 | EC | 34 | 3C |
| Octal | 144 | 153 | 316 | 63 | 60 | 0 | 23 | 354 | 64 | 74 |
| Binary | 1100100 | 1101011 | 11001110 | 110011 | 110000 | 0 | 10011 | 11101100 | 110100 | 111100 |
Color Harmonies of #646BCE
Complementary color
Monochromatic Colors of #646BCE
Black with #646BCE
Text Example
Text Example
White with #646BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646BCE; }
p { color: rgb(100,107,206); }
H1.HeaderClassName
{
color: #646BCE;
}
.AnyTagClassName
{
color: #646BCE;
}
</style>
background-color css
<style>
a { background-color: #646BCE; }
a { background-color: rgb(100,107,206); }
div.DivClassName
{
background-color: #646BCE;
}
.BgClassName
{
background-color: #646BCE;
}
</style>
border-color css
<style>
span { border-color: #646BCE; }
span { border-color: rgb(100,107,206); }
td.TdClassName
{
border-color: #646BCE;
}
.TagClassName
{
border-color: #646BCE;
}
</style>