Shades of Slate Blue #6444CF
Tints of Slate Blue #6444CF
RGB
CMYK
RGB Variations
Color information
#6444CF (or 0x6444CF) is known color: Slate Blue. HEX triplet: 64, 44 and CF. RGB value is (100,68,207). Sum of RGB (Red+Green+Blue) = 100+68+207=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6444CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444CF is #9BBB30. Grayscale: #5C5C5C. Windows color (decimal): -10206001 or 13583460. OLE color: 13583460.
HSL color Cylindrical-coordinate representation of color #6444CF: hue angle of 253.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6444CF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 68 | 207 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.19 |
| HSL | 253.81º | 0.59% | 0.54% | - |
| HSV(B) | 253.81º | 0.67% | 0.81% | - |
| XYZ | 18.59 | 11.35 | 60.24 | - |
| YUV | 93.41 | 192.1 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 207 | 0.52 | 0.67 | 0 | 0.19 | 253.81 | 0.59 | 0.54 |
| Hex | 64 | 44 | CF | 34 | 43 | 0 | 13 | FE | 3B | 36 |
| Octal | 144 | 104 | 317 | 64 | 103 | 0 | 23 | 376 | 73 | 66 |
| Binary | 1100100 | 1000100 | 11001111 | 110100 | 1000011 | 0 | 10011 | 11111110 | 111011 | 110110 |
Color Harmonies of #6444CF
Complementary color
Monochromatic Colors of #6444CF
Black with #6444CF
Text Example
Text Example
White with #6444CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6444CF; }
p { color: rgb(100,68,207); }
H1.HeaderClassName
{
color: #6444CF;
}
.AnyTagClassName
{
color: #6444CF;
}
</style>
background-color css
<style>
a { background-color: #6444CF; }
a { background-color: rgb(100,68,207); }
div.DivClassName
{
background-color: #6444CF;
}
.BgClassName
{
background-color: #6444CF;
}
</style>
border-color css
<style>
span { border-color: #6444CF; }
span { border-color: rgb(100,68,207); }
td.TdClassName
{
border-color: #6444CF;
}
.TagClassName
{
border-color: #6444CF;
}
</style>