#6C54C0

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

Shades of Slate Blue #6C54C0

Tints of Slate Blue #6C54C0

Color information

#6C54C0 (or 0x6C54C0) is unknown color: approx Slate Blue. HEX triplet: 6C, 54 and C0. RGB value is (108,84,192). Sum of RGB (Red+Green+Blue) = 108+84+192=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C54C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54C0 is #93AB3F. Grayscale: #676767. Windows color (decimal): -9677632 or 12604524. OLE color: 12604524.

HSL color Cylindrical-coordinate representation of color #6C54C0: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C54C0 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10884192-
CMYK0.440.5600.25
HSL253.33º46.15%54.12%-
HSV(B)253.33º56.25%75.29%-
XYZ18.8713.3351.45-
YUV103.49177.95131.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 192 (75.39% from 255) = 50%
R=28.12%
G=21.88%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108841920.440.5600.25253.3346.1554.12
Hex6C54C02C38019fd2e36
Octal15412430054700313755666
Binary110110010101001100000010110011100001100111111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C54C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,192); }

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

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

 a { background-color: rgb(108,84,192); }

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

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

 span { border-color: rgb(108,84,192); }

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