Shades of Slate Blue #6642D2
Tints of Slate Blue #6642D2
RGB
CMYK
RGB Variations
Color information
#6642D2 (or 0x6642D2) is known color: Slate Blue. HEX triplet: 66, 42 and D2. RGB value is (102,66,210). Sum of RGB (Red+Green+Blue) = 102+66+210=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #6642D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642D2 is #99BD2D. Grayscale: #5C5C5C. Windows color (decimal): -10075438 or 13779558. OLE color: 13779558.
HSL color Cylindrical-coordinate representation of color #6642D2: hue angle of 255º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6642D2 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 66 | 210 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.18 |
| HSL | 255º | 0.62% | 0.54% | - |
| HSV(B) | 255º | 0.69% | 0.82% | - |
| XYZ | 19.06 | 11.37 | 62.16 | - |
| YUV | 93.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 210 | 0.51 | 0.69 | 0 | 0.18 | 255 | 0.62 | 0.54 |
| Hex | 66 | 42 | D2 | 33 | 45 | 0 | 12 | FF | 3E | 36 |
| Octal | 146 | 102 | 322 | 63 | 105 | 0 | 22 | 377 | 76 | 66 |
| Binary | 1100110 | 1000010 | 11010010 | 110011 | 1000101 | 0 | 10010 | 11111111 | 111110 | 110110 |
Color Harmonies of #6642D2
Complementary color
Monochromatic Colors of #6642D2
Black with #6642D2
Text Example
Text Example
White with #6642D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642D2; }
p { color: rgb(102,66,210); }
H1.HeaderClassName
{
color: #6642D2;
}
.AnyTagClassName
{
color: #6642D2;
}
</style>
background-color css
<style>
a { background-color: #6642D2; }
a { background-color: rgb(102,66,210); }
div.DivClassName
{
background-color: #6642D2;
}
.BgClassName
{
background-color: #6642D2;
}
</style>
border-color css
<style>
span { border-color: #6642D2; }
span { border-color: rgb(102,66,210); }
td.TdClassName
{
border-color: #6642D2;
}
.TagClassName
{
border-color: #6642D2;
}
</style>