Shades of Slate Blue #643BE7
Tints of Slate Blue #643BE7
RGB
CMYK
RGB Variations
Color information
#643BE7 (or 0x643BE7) is known color: Slate Blue. HEX triplet: 64, 3B and E7. RGB value is (100,59,231). Sum of RGB (Red+Green+Blue) = 100+59+231=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #643BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643BE7 is #9BC418. Grayscale: #5A5A5A. Windows color (decimal): -10208281 or 15154020. OLE color: 15154020.
HSL color Cylindrical-coordinate representation of color #643BE7: hue angle of 254.3º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643BE7 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 59 | 231 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.09 |
| HSL | 254.3º | 0.78% | 0.57% | - |
| HSV(B) | 254.3º | 0.74% | 0.91% | - |
| XYZ | 21.24 | 11.61 | 76.72 | - |
| YUV | 90.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 231 | 0.57 | 0.74 | 0 | 0.09 | 254.3 | 0.78 | 0.57 |
| Hex | 64 | 3B | E7 | 39 | 4A | 0 | 9 | FE | 4E | 39 |
| Octal | 144 | 73 | 347 | 71 | 112 | 0 | 11 | 376 | 116 | 71 |
| Binary | 1100100 | 111011 | 11100111 | 111001 | 1001010 | 0 | 1001 | 11111110 | 1001110 | 111001 |
Color Harmonies of #643BE7
Complementary color
Monochromatic Colors of #643BE7
Black with #643BE7
Text Example
Text Example
White with #643BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BE7; }
p { color: rgb(100,59,231); }
H1.HeaderClassName
{
color: #643BE7;
}
.AnyTagClassName
{
color: #643BE7;
}
</style>
background-color css
<style>
a { background-color: #643BE7; }
a { background-color: rgb(100,59,231); }
div.DivClassName
{
background-color: #643BE7;
}
.BgClassName
{
background-color: #643BE7;
}
</style>
border-color css
<style>
span { border-color: #643BE7; }
span { border-color: rgb(100,59,231); }
td.TdClassName
{
border-color: #643BE7;
}
.TagClassName
{
border-color: #643BE7;
}
</style>