#6b57c2

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

Shades of Slate Blue #6B57C2

Tints of Slate Blue #6B57C2

Color information

#6B57C2 (or 0x6B57C2) is unknown color: approx Slate Blue. HEX triplet: 6B, 57 and C2. RGB value is (107,87,194). Sum of RGB (Red+Green+Blue) = 107+87+194=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B57C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B57C2 is #94A83D. Grayscale: #686868. Windows color (decimal): -9742398 or 12736363. OLE color: 12736363.

HSL color Cylindrical-coordinate representation of color #6B57C2: hue angle of 251.21º degrees, saturation: 0.47, 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 #6B57C2 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10787194-
CMYK0.450.5500.24
HSL251.21º46.72%55.1%-
HSV(B)251.21º55.15%76.08%-
XYZ19.2113.8452.7-
YUV105.18178.13129.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 194 (76.17% from 255) = 50%
R=27.58%
G=22.42%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107871940.450.5500.24251.2146.7255.1
Hex6B57C22D37018fb2f37
Octal15312730255670303735767
Binary110101110101111100001010110111011101100011111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b57c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,87,194); }

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

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

 a { background-color: rgb(107,87,194); }

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

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

 span { border-color: rgb(107,87,194); }

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