#6C4BDC

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

Shades of Slate Blue #6C4BDC

Tints of Slate Blue #6C4BDC

Color information

#6C4BDC (or 0x6C4BDC) is unknown color: approx Slate Blue. HEX triplet: 6C, 4B and DC. RGB value is (108,75,220). Sum of RGB (Red+Green+Blue) = 108+75+220=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BDC is #93B423. Grayscale: #646464. Windows color (decimal): -9679908 or 14437228. OLE color: 14437228.

HSL color Cylindrical-coordinate representation of color #6C4BDC: hue angle of 253.66º 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 #6C4BDC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10875220-
CMYK0.510.6600.14
HSL253.66º67.44%57.84%-
HSV(B)253.66º65.91%86.27%-
XYZ21.6213.3969.15-
YUV101.4194.93132.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=26.80%
G=18.61%
B=54.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108752200.510.6600.14253.6667.4457.84
Hex6C4BDC33420Efe433a
Octal1541133346310201637610372
Binary1101100100101111011100110011100001001110111111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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