#6C4CC1

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

Shades of Slate Blue #6C4CC1

Tints of Slate Blue #6C4CC1

Color information

#6C4CC1 (or 0x6C4CC1) is unknown color: approx Slate Blue. HEX triplet: 6C, 4C and C1. RGB value is (108,76,193). Sum of RGB (Red+Green+Blue) = 108+76+193=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #6C4CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4CC1 is #93B33E. Grayscale: #626262. Windows color (decimal): -9679679 or 12668012. OLE color: 12668012.

HSL color Cylindrical-coordinate representation of color #6C4CC1: hue angle of 256.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C4CC1 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10876193-
CMYK0.440.6100.24
HSL256.41º48.55%52.75%-
HSV(B)256.41º60.62%75.69%-
XYZ18.3912.2151.84-
YUV98.91181.1134.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.65%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 193 (75.78% from 255) = 51.19%
R=28.65%
G=20.16%
B=51.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108761930.440.6100.24256.4148.5552.75
Hex6C4CC12C3D0181003135
Octal15411430154750304006165
Binary1101100100110011000001101100111101011000100000000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,76,193); }

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

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

 a { background-color: rgb(108,76,193); }

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

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

 span { border-color: rgb(108,76,193); }

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