Shades of Slate Blue #6742CF
Tints of Slate Blue #6742CF
RGB
CMYK
RGB Variations
Color information
#6742CF (or 0x6742CF) is known color: Slate Blue. HEX triplet: 67, 42 and CF. RGB value is (103,66,207). Sum of RGB (Red+Green+Blue) = 103+66+207=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #6742CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742CF is #98BD30. Grayscale: #5C5C5C. Windows color (decimal): -10009905 or 13582951. OLE color: 13582951.
HSL color Cylindrical-coordinate representation of color #6742CF: hue angle of 255.74º 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 #6742CF is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 66 | 207 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.19 |
| HSL | 255.74º | 0.59% | 0.54% | - |
| HSV(B) | 255.74º | 0.68% | 0.81% | - |
| XYZ | 18.8 | 11.28 | 60.22 | - |
| YUV | 93.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 207 | 0.50 | 0.68 | 0 | 0.19 | 255.74 | 0.59 | 0.54 |
| Hex | 67 | 42 | CF | 32 | 44 | 0 | 13 | 100 | 3B | 36 |
| Octal | 147 | 102 | 317 | 62 | 104 | 0 | 23 | 400 | 73 | 66 |
| Binary | 1100111 | 1000010 | 11001111 | 110010 | 1000100 | 0 | 10011 | 100000000 | 111011 | 110110 |
Color Harmonies of #6742CF
Complementary color
Monochromatic Colors of #6742CF
Black with #6742CF
Text Example
Text Example
White with #6742CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742CF; }
p { color: rgb(103,66,207); }
H1.HeaderClassName
{
color: #6742CF;
}
.AnyTagClassName
{
color: #6742CF;
}
</style>
background-color css
<style>
a { background-color: #6742CF; }
a { background-color: rgb(103,66,207); }
div.DivClassName
{
background-color: #6742CF;
}
.BgClassName
{
background-color: #6742CF;
}
</style>
border-color css
<style>
span { border-color: #6742CF; }
span { border-color: rgb(103,66,207); }
td.TdClassName
{
border-color: #6742CF;
}
.TagClassName
{
border-color: #6742CF;
}
</style>