Shades of Slate Blue #6642CF
Tints of Slate Blue #6642CF
RGB
CMYK
RGB Variations
Color information
#6642CF (or 0x6642CF) is known color: Slate Blue. HEX triplet: 66, 42 and CF. RGB value is (102,66,207). Sum of RGB (Red+Green+Blue) = 102+66+207=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #6642CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642CF is #99BD30. Grayscale: #5C5C5C. Windows color (decimal): -10075441 or 13582950. OLE color: 13582950.
HSL color Cylindrical-coordinate representation of color #6642CF: hue angle of 255.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6642CF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 66 | 207 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.19 |
| HSL | 255.32º | 0.59% | 0.54% | - |
| HSV(B) | 255.32º | 0.68% | 0.81% | - |
| XYZ | 18.69 | 11.23 | 60.21 | - |
| YUV | 92.84 | 192.43 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 207 | 0.51 | 0.68 | 0 | 0.19 | 255.32 | 0.59 | 0.54 |
| Hex | 66 | 42 | CF | 33 | 44 | 0 | 13 | FF | 3B | 36 |
| Octal | 146 | 102 | 317 | 63 | 104 | 0 | 23 | 377 | 73 | 66 |
| Binary | 1100110 | 1000010 | 11001111 | 110011 | 1000100 | 0 | 10011 | 11111111 | 111011 | 110110 |
Color Harmonies of #6642CF
Complementary color
Monochromatic Colors of #6642CF
Black with #6642CF
Text Example
Text Example
White with #6642CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642CF; }
p { color: rgb(102,66,207); }
H1.HeaderClassName
{
color: #6642CF;
}
.AnyTagClassName
{
color: #6642CF;
}
</style>
background-color css
<style>
a { background-color: #6642CF; }
a { background-color: rgb(102,66,207); }
div.DivClassName
{
background-color: #6642CF;
}
.BgClassName
{
background-color: #6642CF;
}
</style>
border-color css
<style>
span { border-color: #6642CF; }
span { border-color: rgb(102,66,207); }
td.TdClassName
{
border-color: #6642CF;
}
.TagClassName
{
border-color: #6642CF;
}
</style>