#6846D4

Color #6846D4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6846D4

Tints of Slate Blue #6846D4

Color information

#6846D4 (or 0x6846D4) is unknown color: approx Slate Blue. HEX triplet: 68, 46 and D4. RGB value is (104,70,212). Sum of RGB (Red+Green+Blue) = 104+70+212=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #6846D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846D4 is #97B92B. Grayscale: #5F5F5F. Windows color (decimal): -9943340 or 13911656. OLE color: 13911656.

HSL color Cylindrical-coordinate representation of color #6846D4: hue angle of 254.37º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6846D4 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10470212-
CMYK0.510.6700.17
HSL254.37º62.28%55.29%-
HSV(B)254.37º66.98%83.14%-
XYZ19.7812.0863.58-
YUV96.35193.26133.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 212 (83.20% from 255) = 54.92%
R=26.94%
G=18.13%
B=54.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal104702120.510.6700.17254.3762.2855.29
Hex6846D43343011fe3e37
Octal150106324631030213767667
Binary1101000100011011010100110011100001101000111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6846D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6846D4; }

 p { color: rgb(104,70,212); }

 H1.HeaderClassName
 {
   color: #6846D4;
 }
 .AnyTagClassName
 {
   color: #6846D4;
 }
</style>
background-color css

<style>
 a { background-color: #6846D4; }

 a { background-color: rgb(104,70,212); }

 div.DivClassName
 {
   background-color: #6846D4;
 }
 .BgClassName
 {
   background-color: #6846D4;
 }
</style>
border-color css

<style>
 span { border-color: #6846D4; }

 span { border-color: rgb(104,70,212); }

 td.TdClassName
 {
   border-color: #6846D4;
 }
 .TagClassName
 {
   border-color: #6846D4;
 }
</style>