#6846D0

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

Shades of Slate Blue #6846D0

Tints of Slate Blue #6846D0

Color information

#6846D0 (or 0x6846D0) is unknown color: approx Slate Blue. HEX triplet: 68, 46 and D0. RGB value is (104,70,208). Sum of RGB (Red+Green+Blue) = 104+70+208=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #6846D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846D0 is #97B92F. Grayscale: #5F5F5F. Windows color (decimal): -9943344 or 13649512. OLE color: 13649512.

HSL color Cylindrical-coordinate representation of color #6846D0: hue angle of 254.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6846D0 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10470208-
CMYK0.50.6600.18
HSL254.78º59.48%54.51%-
HSV(B)254.78º66.35%81.57%-
XYZ19.2811.8860.95-
YUV95.9191.26133.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 208 (81.64% from 255) = 54.45%
R=27.23%
G=18.32%
B=54.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104702080.50.6600.18254.7859.4854.51
Hex6846D03242012ff3b37
Octal150106320621020223777367
Binary1101000100011011010000110010100001001001011111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6846D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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