#6A4CC1

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

Shades of Slate Blue #6A4CC1

Tints of Slate Blue #6A4CC1

Color information

#6A4CC1 (or 0x6A4CC1) is unknown color: approx Slate Blue. HEX triplet: 6A, 4C and C1. RGB value is (106,76,193). Sum of RGB (Red+Green+Blue) = 106+76+193=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A4CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4CC1 is #95B33E. Grayscale: #616161. Windows color (decimal): -9810751 or 12668010. OLE color: 12668010.

HSL color Cylindrical-coordinate representation of color #6A4CC1: hue angle of 255.38º 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 #6A4CC1 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10676193-
CMYK0.450.6100.24
HSL255.38º48.55%52.75%-
HSV(B)255.38º60.62%75.69%-
XYZ18.1512.0851.83-
YUV98.31181.44133.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=28.27%
G=20.27%
B=51.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106761930.450.6100.24255.3848.5552.75
Hex6A4CC12D3D018ff3135
Octal15211430155750303776165
Binary110101010011001100000110110111110101100011111111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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