Shades of Slate Blue #6742CE
Tints of Slate Blue #6742CE
RGB
CMYK
RGB Variations
Color information
#6742CE (or 0x6742CE) is known color: Slate Blue. HEX triplet: 67, 42 and CE. RGB value is (103,66,206). Sum of RGB (Red+Green+Blue) = 103+66+206=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6742CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742CE is #98BD31. Grayscale: #5C5C5C. Windows color (decimal): -10009906 or 13517415. OLE color: 13517415.
HSL color Cylindrical-coordinate representation of color #6742CE: hue angle of 255.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6742CE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 66 | 206 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.19 |
| HSL | 255.86º | 0.59% | 0.53% | - |
| HSV(B) | 255.86º | 0.68% | 0.81% | - |
| XYZ | 18.68 | 11.24 | 59.58 | - |
| YUV | 93.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 206 | 0.50 | 0.68 | 0 | 0.19 | 255.86 | 0.59 | 0.53 |
| Hex | 67 | 42 | CE | 32 | 44 | 0 | 13 | 100 | 3B | 35 |
| Octal | 147 | 102 | 316 | 62 | 104 | 0 | 23 | 400 | 73 | 65 |
| Binary | 1100111 | 1000010 | 11001110 | 110010 | 1000100 | 0 | 10011 | 100000000 | 111011 | 110101 |
Color Harmonies of #6742CE
Complementary color
Monochromatic Colors of #6742CE
Black with #6742CE
Text Example
Text Example
White with #6742CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742CE; }
p { color: rgb(103,66,206); }
H1.HeaderClassName
{
color: #6742CE;
}
.AnyTagClassName
{
color: #6742CE;
}
</style>
background-color css
<style>
a { background-color: #6742CE; }
a { background-color: rgb(103,66,206); }
div.DivClassName
{
background-color: #6742CE;
}
.BgClassName
{
background-color: #6742CE;
}
</style>
border-color css
<style>
span { border-color: #6742CE; }
span { border-color: rgb(103,66,206); }
td.TdClassName
{
border-color: #6742CE;
}
.TagClassName
{
border-color: #6742CE;
}
</style>