#6843d0

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

Shades of Slate Blue #6843D0

Tints of Slate Blue #6843D0

Color information

#6843D0 (or 0x6843D0) is unknown color: approx Slate Blue. HEX triplet: 68, 43 and D0. RGB value is (104,67,208). Sum of RGB (Red+Green+Blue) = 104+67+208=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #6843D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6843D0 is #97BC2F. Grayscale: #5D5D5D. Windows color (decimal): -9944112 or 13648744. OLE color: 13648744.

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

Color convert

RGB10467208-
CMYK0.50.6800.18
HSL255.74º60%53.92%-
HSV(B)255.74º67.79%81.57%-
XYZ19.111.5160.89-
YUV94.14192.26135.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 208 (81.64% from 255) = 54.88%
R=27.44%
G=17.68%
B=54.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104672080.50.6800.18255.746053.92
Hex6843D032440121003c36
Octal150103320621040224007466
Binary11010001000011110100001100101000100010010100000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6843d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6843d0; }

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

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

<style>
 a { background-color: #6843d0; }

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

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

<style>
 span { border-color: #6843d0; }

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

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