Shades of Slate Blue #6449EA
Tints of Slate Blue #6449EA
RGB
CMYK
RGB Variations
Color information
#6449EA (or 0x6449EA) is known color: Slate Blue. HEX triplet: 64, 49 and EA. RGB value is (100,73,234). Sum of RGB (Red+Green+Blue) = 100+73+234=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #6449EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6449EA is #9BB615. Grayscale: #626262. Windows color (decimal): -10204694 or 15354212. OLE color: 15354212.
HSL color Cylindrical-coordinate representation of color #6449EA: hue angle of 250.06º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6449EA is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 73 | 234 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.08 |
| HSL | 250.06º | 0.79% | 0.6% | - |
| HSV(B) | 250.06º | 0.69% | 0.92% | - |
| XYZ | 22.49 | 13.41 | 79.25 | - |
| YUV | 99.43 | 203.95 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 234 | 0.57 | 0.69 | 0 | 0.08 | 250.06 | 0.79 | 0.6 |
| Hex | 64 | 49 | EA | 39 | 45 | 0 | 8 | FA | 4F | 3C |
| Octal | 144 | 111 | 352 | 71 | 105 | 0 | 10 | 372 | 117 | 74 |
| Binary | 1100100 | 1001001 | 11101010 | 111001 | 1000101 | 0 | 1000 | 11111010 | 1001111 | 111100 |
Color Harmonies of #6449EA
Complementary color
Monochromatic Colors of #6449EA
Black with #6449EA
Text Example
Text Example
White with #6449EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449EA; }
p { color: rgb(100,73,234); }
H1.HeaderClassName
{
color: #6449EA;
}
.AnyTagClassName
{
color: #6449EA;
}
</style>
background-color css
<style>
a { background-color: #6449EA; }
a { background-color: rgb(100,73,234); }
div.DivClassName
{
background-color: #6449EA;
}
.BgClassName
{
background-color: #6449EA;
}
</style>
border-color css
<style>
span { border-color: #6449EA; }
span { border-color: rgb(100,73,234); }
td.TdClassName
{
border-color: #6449EA;
}
.TagClassName
{
border-color: #6449EA;
}
</style>