#6847C2

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

Shades of Slate Blue #6847C2

Tints of Slate Blue #6847C2

Color information

#6847C2 (or 0x6847C2) is unknown color: approx Slate Blue. HEX triplet: 68, 47 and C2. RGB value is (104,71,194). Sum of RGB (Red+Green+Blue) = 104+71+194=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 71 (28.12% from 255 or 19.24% 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 #6847C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6847C2 is #97B83D. Grayscale: #5E5E5E. Windows color (decimal): -9943102 or 12732264. OLE color: 12732264.

HSL color Cylindrical-coordinate representation of color #6847C2: hue angle of 256.1º 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 #6847C2 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10471194-
CMYK0.460.6300.24
HSL256.1º50.2%51.96%-
HSV(B)256.1º63.4%76.08%-
XYZ17.711.3452.3-
YUV94.89183.93134.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 194 (76.17% from 255) = 52.57%
R=28.18%
G=19.24%
B=52.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104711940.460.6300.24256.150.251.96
Hex6847C22E3F0181003234
Octal15010730256770304006264
Binary1101000100011111000010101110111111011000100000000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6847C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6847C2; }

 p { color: rgb(104,71,194); }

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

<style>
 a { background-color: #6847C2; }

 a { background-color: rgb(104,71,194); }

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

<style>
 span { border-color: #6847C2; }

 span { border-color: rgb(104,71,194); }

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