#6F7191

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

Shades of Scampi #6F7191

Tints of Scampi #6F7191

Color information

#6F7191 (or 0x6F7191) is unknown color: approx Scampi. HEX triplet: 6F, 71 and 91. RGB value is (111,113,145). Sum of RGB (Red+Green+Blue) = 111+113+145=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7191 is #908E6E. Grayscale: #737373. Windows color (decimal): -9473647 or 9531759. OLE color: 9531759.

HSL color Cylindrical-coordinate representation of color #6F7191: hue angle of 236.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7191 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111113145-
CMYK0.230.2200.43
HSL236.47º13.39%50.2%-
HSV(B)236.47º23.45%56.86%-
XYZ17.5717.2329.19-
YUV116.05144.34124.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=30.08%
G=30.62%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111131450.230.2200.43236.4713.3950.2
Hex6F7191171602Becd32
Octal15716122127260533541562
Binary110111111100011001000110111101100101011111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,145); }

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

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

 a { background-color: rgb(111,113,145); }

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

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

 span { border-color: rgb(111,113,145); }

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