#6b57a4

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

Shades of Scampi #6B57A4

Tints of Scampi #6B57A4

Color information

#6B57A4 (or 0x6B57A4) is unknown color: approx Scampi. HEX triplet: 6B, 57 and A4. RGB value is (107,87,164). Sum of RGB (Red+Green+Blue) = 107+87+164=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B57A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B57A4 is #94A85B. Grayscale: #656565. Windows color (decimal): -9742428 or 10770283. OLE color: 10770283.

HSL color Cylindrical-coordinate representation of color #6B57A4: hue angle of 255.58º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B57A4 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10787164-
CMYK0.350.4700.36
HSL255.58º30.68%49.22%-
HSV(B)255.58º46.95%64.31%-
XYZ16.1712.6236.71-
YUV101.76163.13131.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=29.89%
G=24.30%
B=45.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107871640.350.4700.36255.5830.6849.22
Hex6B57A4232F0241001f31
Octal15312724443570444003761
Binary1101011101011110100100100011101111010010010000000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b57a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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