Shades of Slate Blue #6748C2
Tints of Slate Blue #6748C2
RGB
CMYK
RGB Variations
Color information
#6748C2 (or 0x6748C2) is known color: Slate Blue. HEX triplet: 67, 48 and C2. RGB value is (103,72,194). Sum of RGB (Red+Green+Blue) = 103+72+194=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #6748C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748C2 is #98B73D. Grayscale: #5E5E5E. Windows color (decimal): -10008382 or 12732519. OLE color: 12732519.
HSL color Cylindrical-coordinate representation of color #6748C2: hue angle of 255.25º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6748C2 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 72 | 194 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.24 |
| HSL | 255.25º | 0.5% | 0.52% | - |
| HSV(B) | 255.25º | 0.63% | 0.76% | - |
| XYZ | 17.65 | 11.41 | 52.31 | - |
| YUV | 95.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 194 | 0.47 | 0.63 | 0 | 0.24 | 255.25 | 0.5 | 0.52 |
| Hex | 67 | 48 | C2 | 2F | 3F | 0 | 18 | FF | 32 | 34 |
| Octal | 147 | 110 | 302 | 57 | 77 | 0 | 30 | 377 | 62 | 64 |
| Binary | 1100111 | 1001000 | 11000010 | 101111 | 111111 | 0 | 11000 | 11111111 | 110010 | 110100 |
Color Harmonies of #6748C2
Complementary color
Monochromatic Colors of #6748C2
Black with #6748C2
Text Example
Text Example
White with #6748C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6748C2; }
p { color: rgb(103,72,194); }
H1.HeaderClassName
{
color: #6748C2;
}
.AnyTagClassName
{
color: #6748C2;
}
</style>
background-color css
<style>
a { background-color: #6748C2; }
a { background-color: rgb(103,72,194); }
div.DivClassName
{
background-color: #6748C2;
}
.BgClassName
{
background-color: #6748C2;
}
</style>
border-color css
<style>
span { border-color: #6748C2; }
span { border-color: rgb(103,72,194); }
td.TdClassName
{
border-color: #6748C2;
}
.TagClassName
{
border-color: #6748C2;
}
</style>