#6F5EA2

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

Shades of Scampi #6F5EA2

Tints of Scampi #6F5EA2

Color information

#6F5EA2 (or 0x6F5EA2) is unknown color: approx Scampi. HEX triplet: 6F, 5E and A2. RGB value is (111,94,162). Sum of RGB (Red+Green+Blue) = 111+94+162=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #6F5EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5EA2 is #90A15D. Grayscale: #6A6A6A. Windows color (decimal): -9478494 or 10641007. OLE color: 10641007.

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

Color convert

RGB11194162-
CMYK0.310.4200.36
HSL255º26.77%50.2%-
HSV(B)255º41.98%63.53%-
XYZ17.0813.9935.98-
YUV106.84159.13130.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.25%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=30.25%
G=25.61%
B=44.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111941620.310.4200.3625526.7750.2
Hex6F5EA21F2A024ff1b32
Octal15713624237520443773362
Binary11011111011110101000101111110101001001001111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,162); }

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

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

 a { background-color: rgb(111,94,162); }

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

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

 span { border-color: rgb(111,94,162); }

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