#6F49C2

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

Shades of Slate Blue #6F49C2

Tints of Slate Blue #6F49C2

Color information

#6F49C2 (or 0x6F49C2) is unknown color: approx Slate Blue. HEX triplet: 6F, 49 and C2. RGB value is (111,73,194). Sum of RGB (Red+Green+Blue) = 111+73+194=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #6F49C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49C2 is #90B63D. Grayscale: #616161. Windows color (decimal): -9483838 or 12732783. OLE color: 12732783.

HSL color Cylindrical-coordinate representation of color #6F49C2: hue angle of 258.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F49C2 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11173194-
CMYK0.430.6200.24
HSL258.84º49.79%52.35%-
HSV(B)258.84º62.37%76.08%-
XYZ18.6812.0452.38-
YUV98.16182.09137.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 194 (76.17% from 255) = 51.32%
R=29.37%
G=19.31%
B=51.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111731940.430.6200.24258.8449.7952.35
Hex6F49C22B3E0181033234
Octal15711130253760304036264
Binary1101111100100111000010101011111110011000100000011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F49C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,194); }

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

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

 a { background-color: rgb(111,73,194); }

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

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

 span { border-color: rgb(111,73,194); }

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