#6F6896

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

Shades of Scampi #6F6896

Tints of Scampi #6F6896

Color information

#6F6896 (or 0x6F6896) is unknown color: approx Scampi. HEX triplet: 6F, 68 and 96. RGB value is (111,104,150). Sum of RGB (Red+Green+Blue) = 111+104+150=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F6896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6896 is #909769. Grayscale: #6F6F6F. Windows color (decimal): -9475946 or 9857135. OLE color: 9857135.

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

Color convert

RGB111104150-
CMYK0.260.3100.41
HSL249.13º18.11%49.8%-
HSV(B)249.13º30.67%58.82%-
XYZ17.0115.4830.95-
YUV111.34149.82127.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=30.41%
G=28.49%
B=41.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1111041500.260.3100.41249.1318.1149.8
Hex6F68961A1F029f91232
Octal15715022632370513712262
Binary1101111110100010010110110101111101010011111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,150); }

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

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

 a { background-color: rgb(111,104,150); }

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

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

 span { border-color: rgb(111,104,150); }

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