Shades of Slate Blue #6644E7
Tints of Slate Blue #6644E7
RGB
CMYK
RGB Variations
Color information
#6644E7 (or 0x6644E7) is known color: Slate Blue. HEX triplet: 66, 44 and E7. RGB value is (102,68,231). Sum of RGB (Red+Green+Blue) = 102+68+231=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #6644E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6644E7 is #99BB18. Grayscale: #606060. Windows color (decimal): -10074905 or 15156326. OLE color: 15156326.
HSL color Cylindrical-coordinate representation of color #6644E7: hue angle of 252.52º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6644E7 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 68 | 231 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.09 |
| HSL | 252.52º | 0.77% | 0.59% | - |
| HSV(B) | 252.52º | 0.71% | 0.91% | - |
| XYZ | 21.97 | 12.73 | 76.9 | - |
| YUV | 96.75 | 203.76 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 231 | 0.56 | 0.71 | 0 | 0.09 | 252.52 | 0.77 | 0.59 |
| Hex | 66 | 44 | E7 | 38 | 47 | 0 | 9 | FD | 4D | 3B |
| Octal | 146 | 104 | 347 | 70 | 107 | 0 | 11 | 375 | 115 | 73 |
| Binary | 1100110 | 1000100 | 11100111 | 111000 | 1000111 | 0 | 1001 | 11111101 | 1001101 | 111011 |
Color Harmonies of #6644E7
Complementary color
Monochromatic Colors of #6644E7
Black with #6644E7
Text Example
Text Example
White with #6644E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6644E7; }
p { color: rgb(102,68,231); }
H1.HeaderClassName
{
color: #6644E7;
}
.AnyTagClassName
{
color: #6644E7;
}
</style>
background-color css
<style>
a { background-color: #6644E7; }
a { background-color: rgb(102,68,231); }
div.DivClassName
{
background-color: #6644E7;
}
.BgClassName
{
background-color: #6644E7;
}
</style>
border-color css
<style>
span { border-color: #6644E7; }
span { border-color: rgb(102,68,231); }
td.TdClassName
{
border-color: #6644E7;
}
.TagClassName
{
border-color: #6644E7;
}
</style>