#6C4ACA

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

Shades of Slate Blue #6C4ACA

Tints of Slate Blue #6C4ACA

Color information

#6C4ACA (or 0x6C4ACA) is unknown color: approx Slate Blue. HEX triplet: 6C, 4A and CA. RGB value is (108,74,202). Sum of RGB (Red+Green+Blue) = 108+74+202=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4ACA is #93B535. Grayscale: #626262. Windows color (decimal): -9680182 or 13257324. OLE color: 13257324.

HSL color Cylindrical-coordinate representation of color #6C4ACA: hue angle of 255.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C4ACA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10874202-
CMYK0.470.6300.21
HSL255.94º54.7%54.12%-
HSV(B)255.94º63.37%79.22%-
XYZ19.2912.3557.24-
YUV98.76186.26134.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=28.12%
G=19.27%
B=52.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108742020.470.6300.21255.9454.754.12
Hex6C4ACA2F3F0151003736
Octal15411231257770254006766
Binary1101100100101011001010101111111111010101100000000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,202); }

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

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

 a { background-color: rgb(108,74,202); }

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

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

 span { border-color: rgb(108,74,202); }

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