#6D48DC

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

Shades of Slate Blue #6D48DC

Tints of Slate Blue #6D48DC

Color information

#6D48DC (or 0x6D48DC) is unknown color: approx Slate Blue. HEX triplet: 6D, 48 and DC. RGB value is (109,72,220). Sum of RGB (Red+Green+Blue) = 109+72+220=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D48DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D48DC is #92B723. Grayscale: #636363. Windows color (decimal): -9615140 or 14436461. OLE color: 14436461.

HSL color Cylindrical-coordinate representation of color #6D48DC: hue angle of 255º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D48DC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10972220-
CMYK0.500.6700.14
HSL255º67.89%57.25%-
HSV(B)255º67.27%86.27%-
XYZ21.5413.0569.09-
YUV99.93195.76134.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=27.18%
G=17.96%
B=54.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109722200.500.6700.1425567.8957.25
Hex6D48DC32430Eff4439
Octal1551103346210301637710471
Binary1101101100100011011100110010100001101110111111111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D48DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,220); }

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

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

 a { background-color: rgb(109,72,220); }

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

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

 span { border-color: rgb(109,72,220); }

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