#6F6393

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

Shades of Scampi #6F6393

Tints of Scampi #6F6393

Color information

#6F6393 (or 0x6F6393) is unknown color: approx Scampi. HEX triplet: 6F, 63 and 93. RGB value is (111,99,147). Sum of RGB (Red+Green+Blue) = 111+99+147=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F6393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6393 is #909C6C. Grayscale: #6B6B6B. Windows color (decimal): -9477229 or 9659247. OLE color: 9659247.

HSL color Cylindrical-coordinate representation of color #6F6393: hue angle of 255º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6393 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11199147-
CMYK0.240.3300.42
HSL255º19.51%48.24%-
HSV(B)255º32.65%57.65%-
XYZ16.2814.4129.53-
YUV108.06149.98130.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=31.09%
G=27.73%
B=41.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111991470.240.3300.4225519.5148.24
Hex6F6393182102Aff1430
Octal15714322330410523772460
Binary11011111100011100100111100010000101010101111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,147); }

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

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

 a { background-color: rgb(111,99,147); }

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

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

 span { border-color: rgb(111,99,147); }

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