#6C4FCA

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

Shades of Slate Blue #6C4FCA

Tints of Slate Blue #6C4FCA

Color information

#6C4FCA (or 0x6C4FCA) is unknown color: approx Slate Blue. HEX triplet: 6C, 4F and CA. RGB value is (108,79,202). Sum of RGB (Red+Green+Blue) = 108+79+202=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FCA is #93B035. Grayscale: #656565. Windows color (decimal): -9678902 or 13258604. OLE color: 13258604.

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

Color convert

RGB10879202-
CMYK0.470.6100.21
HSL254.15º53.71%55.1%-
HSV(B)254.15º60.89%79.22%-
XYZ19.6413.0457.36-
YUV101.69184.61132.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.76%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=27.76%
G=20.31%
B=51.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108792020.470.6100.21254.1553.7155.1
Hex6C4FCA2F3D015fe3637
Octal15411731257750253766667
Binary110110010011111100101010111111110101010111111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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