#6c48d6

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

Shades of Slate Blue #6C48D6

Tints of Slate Blue #6C48D6

Color information

#6C48D6 (or 0x6C48D6) is unknown color: approx Slate Blue. HEX triplet: 6C, 48 and D6. RGB value is (108,72,214). Sum of RGB (Red+Green+Blue) = 108+72+214=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C48D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48D6 is #93B729. Grayscale: #626262. Windows color (decimal): -9680682 or 14043244. OLE color: 14043244.

HSL color Cylindrical-coordinate representation of color #6C48D6: hue angle of 255.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C48D6 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10872214-
CMYK0.500.6600.16
HSL255.21º63.39%56.08%-
HSV(B)255.21º66.36%83.92%-
XYZ20.6412.6864.98-
YUV98.95192.93134.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.41%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 214 (83.98% from 255) = 54.31%
R=27.41%
G=18.27%
B=54.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108722140.500.6600.16255.2163.3956.08
Hex6C48D63242010ff3f38
Octal154110326621020203777770
Binary1101100100100011010110110010100001001000011111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c48d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6c48d6; }

 p { color: rgb(108,72,214); }

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

<style>
 a { background-color: #6c48d6; }

 a { background-color: rgb(108,72,214); }

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

<style>
 span { border-color: #6c48d6; }

 span { border-color: rgb(108,72,214); }

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