#6d4bdc

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

Shades of Slate Blue #6D4BDC

Tints of Slate Blue #6D4BDC

Color information

#6D4BDC (or 0x6D4BDC) is unknown color: approx Slate Blue. HEX triplet: 6D, 4B and DC. RGB value is (109,75,220). Sum of RGB (Red+Green+Blue) = 109+75+220=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BDC is #92B423. Grayscale: #656565. Windows color (decimal): -9614372 or 14437229. OLE color: 14437229.

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

Color convert

RGB10975220-
CMYK0.500.6600.14
HSL254.07º67.44%57.84%-
HSV(B)254.07º65.91%86.27%-
XYZ21.7413.4569.16-
YUV101.7194.76133.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 220 (86.33% from 255) = 54.46%
R=26.98%
G=18.56%
B=54.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109752200.500.6600.14254.0767.4457.84
Hex6D4BDC32420Efe433a
Octal1551133346210201637610372
Binary1101101100101111011100110010100001001110111111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d4bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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