#6f5e9f

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

Shades of Scampi #6F5E9F

Tints of Scampi #6F5E9F

Color information

#6F5E9F (or 0x6F5E9F) is unknown color: approx Scampi. HEX triplet: 6F, 5E and 9F. RGB value is (111,94,159). Sum of RGB (Red+Green+Blue) = 111+94+159=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F5E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5E9F is #90A160. Grayscale: #6A6A6A. Windows color (decimal): -9478497 or 10444399. OLE color: 10444399.

HSL color Cylindrical-coordinate representation of color #6F5E9F: hue angle of 255.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F5E9F is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11194159-
CMYK0.300.4100.38
HSL255.69º25.69%49.61%-
HSV(B)255.69º40.88%62.35%-
XYZ16.8213.8934.6-
YUV106.49157.63131.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.49%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=30.49%
G=25.82%
B=43.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111941590.300.4100.38255.6925.6949.61
Hex6F5E9F1E290261001a32
Octal15713623736510464003262
Binary110111110111101001111111110101001010011010000000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f5e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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