#6F6D95

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

Shades of Scampi #6F6D95

Tints of Scampi #6F6D95

Color information

#6F6D95 (or 0x6F6D95) is unknown color: approx Scampi. HEX triplet: 6F, 6D and 95. RGB value is (111,109,149). Sum of RGB (Red+Green+Blue) = 111+109+149=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F6D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6D95 is #90926A. Grayscale: #727272. Windows color (decimal): -9474667 or 9792879. OLE color: 9792879.

HSL color Cylindrical-coordinate representation of color #6F6D95: hue angle of 243º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F6D95 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB111109149-
CMYK0.260.2700.42
HSL243º15.87%50.59%-
HSV(B)243º26.85%58.43%-
XYZ17.4516.4930.7-
YUV114.16147.66125.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=30.08%
G=29.54%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111091490.260.2700.4224315.8750.59
Hex6F6D951A1B02Af31033
Octal15715522532330523632063
Binary1101111110110110010101110101101101010101111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,149); }

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

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

 a { background-color: rgb(111,109,149); }

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

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

 span { border-color: rgb(111,109,149); }

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