Shades of Slate Blue #646BDF
Tints of Slate Blue #646BDF
RGB
CMYK
RGB Variations
Color information
#646BDF (or 0x646BDF) is known color: Slate Blue. HEX triplet: 64, 6B and DF. RGB value is (100,107,223). Sum of RGB (Red+Green+Blue) = 100+107+223=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #646BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BDF is #9B9420. Grayscale: #757575. Windows color (decimal): -10196001 or 14642020. OLE color: 14642020.
HSL color Cylindrical-coordinate representation of color #646BDF: hue angle of 236.59º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646BDF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 107 | 223 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.13 |
| HSL | 236.59º | 0.66% | 0.63% | - |
| HSV(B) | 236.59º | 0.55% | 0.87% | - |
| XYZ | 23.83 | 18.55 | 72.14 | - |
| YUV | 118.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 223 | 0.55 | 0.52 | 0 | 0.13 | 236.59 | 0.66 | 0.63 |
| Hex | 64 | 6B | DF | 37 | 34 | 0 | D | ED | 42 | 3F |
| Octal | 144 | 153 | 337 | 67 | 64 | 0 | 15 | 355 | 102 | 77 |
| Binary | 1100100 | 1101011 | 11011111 | 110111 | 110100 | 0 | 1101 | 11101101 | 1000010 | 111111 |
Color Harmonies of #646BDF
Complementary color
Monochromatic Colors of #646BDF
Black with #646BDF
Text Example
Text Example
White with #646BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646BDF; }
p { color: rgb(100,107,223); }
H1.HeaderClassName
{
color: #646BDF;
}
.AnyTagClassName
{
color: #646BDF;
}
</style>
background-color css
<style>
a { background-color: #646BDF; }
a { background-color: rgb(100,107,223); }
div.DivClassName
{
background-color: #646BDF;
}
.BgClassName
{
background-color: #646BDF;
}
</style>
border-color css
<style>
span { border-color: #646BDF; }
span { border-color: rgb(100,107,223); }
td.TdClassName
{
border-color: #646BDF;
}
.TagClassName
{
border-color: #646BDF;
}
</style>