#6F57C1

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

Shades of Slate Blue #6F57C1

Tints of Slate Blue #6F57C1

Color information

#6F57C1 (or 0x6F57C1) is unknown color: approx Slate Blue. HEX triplet: 6F, 57 and C1. RGB value is (111,87,193). Sum of RGB (Red+Green+Blue) = 111+87+193=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F57C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F57C1 is #90A83E. Grayscale: #696969. Windows color (decimal): -9480255 or 12670831. OLE color: 12670831.

HSL color Cylindrical-coordinate representation of color #6F57C1: hue angle of 253.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F57C1 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11187193-
CMYK0.420.5500.24
HSL253.58º46.09%54.9%-
HSV(B)253.58º54.92%75.69%-
XYZ19.5914.0552.13-
YUV106.26176.95131.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=28.39%
G=22.25%
B=49.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111871930.420.5500.24253.5846.0954.9
Hex6F57C12A37018fe2e37
Octal15712730152670303765667
Binary110111110101111100000110101011011101100011111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F57C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,193); }

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

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

 a { background-color: rgb(111,87,193); }

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

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

 span { border-color: rgb(111,87,193); }

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