Shades of Slate Blue #6644EA
Tints of Slate Blue #6644EA
RGB
CMYK
RGB Variations
Color information
#6644EA (or 0x6644EA) is known color: Slate Blue. HEX triplet: 66, 44 and EA. RGB value is (102,68,234). Sum of RGB (Red+Green+Blue) = 102+68+234=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #6644EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6644EA is #99BB15. Grayscale: #606060. Windows color (decimal): -10074902 or 15352934. OLE color: 15352934.
HSL color Cylindrical-coordinate representation of color #6644EA: hue angle of 252.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6644EA is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 68 | 234 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.08 |
| HSL | 252.29º | 0.8% | 0.59% | - |
| HSV(B) | 252.29º | 0.71% | 0.92% | - |
| XYZ | 22.4 | 12.9 | 79.15 | - |
| YUV | 97.09 | 205.26 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 234 | 0.56 | 0.71 | 0 | 0.08 | 252.29 | 0.8 | 0.59 |
| Hex | 66 | 44 | EA | 38 | 47 | 0 | 8 | FC | 50 | 3B |
| Octal | 146 | 104 | 352 | 70 | 107 | 0 | 10 | 374 | 120 | 73 |
| Binary | 1100110 | 1000100 | 11101010 | 111000 | 1000111 | 0 | 1000 | 11111100 | 1010000 | 111011 |
Color Harmonies of #6644EA
Complementary color
Monochromatic Colors of #6644EA
Black with #6644EA
Text Example
Text Example
White with #6644EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6644EA; }
p { color: rgb(102,68,234); }
H1.HeaderClassName
{
color: #6644EA;
}
.AnyTagClassName
{
color: #6644EA;
}
</style>
background-color css
<style>
a { background-color: #6644EA; }
a { background-color: rgb(102,68,234); }
div.DivClassName
{
background-color: #6644EA;
}
.BgClassName
{
background-color: #6644EA;
}
</style>
border-color css
<style>
span { border-color: #6644EA; }
span { border-color: rgb(102,68,234); }
td.TdClassName
{
border-color: #6644EA;
}
.TagClassName
{
border-color: #6644EA;
}
</style>