#6F6993

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

Shades of Scampi #6F6993

Tints of Scampi #6F6993

Color information

#6F6993 (or 0x6F6993) is unknown color: approx Scampi. HEX triplet: 6F, 69 and 93. RGB value is (111,105,147). Sum of RGB (Red+Green+Blue) = 111+105+147=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6993 is #90966C. Grayscale: #6F6F6F. Windows color (decimal): -9475693 or 9660783. OLE color: 9660783.

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

Color convert

RGB111105147-
CMYK0.240.2900.42
HSL248.57º16.67%49.41%-
HSV(B)248.57º28.57%57.65%-
XYZ16.8715.5929.72-
YUV111.58147.99127.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=30.58%
G=28.93%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111051470.240.2900.42248.5716.6749.41
Hex6F6993181D02Af91131
Octal15715122330350523712161
Binary1101111110100110010011110001110101010101111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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