#6F6995

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

Shades of Scampi #6F6995

Tints of Scampi #6F6995

Color information

#6F6995 (or 0x6F6995) is unknown color: approx Scampi. HEX triplet: 6F, 69 and 95. RGB value is (111,105,149). Sum of RGB (Red+Green+Blue) = 111+105+149=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F6995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6995 is #90966A. Grayscale: #6F6F6F. Windows color (decimal): -9475691 or 9791855. OLE color: 9791855.

HSL color Cylindrical-coordinate representation of color #6F6995: hue angle of 248.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6995 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB111105149-
CMYK0.260.3000.42
HSL248.18º17.32%49.8%-
HSV(B)248.18º29.53%58.43%-
XYZ17.0315.6530.56-
YUV111.81148.99127.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=30.41%
G=28.77%
B=40.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111051490.260.3000.42248.1817.3249.8
Hex6F69951A1E02Af81132
Octal15715122532360523702162
Binary1101111110100110010101110101111001010101111100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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