#6F7094

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

Shades of Scampi #6F7094

Tints of Scampi #6F7094

Color information

#6F7094 (or 0x6F7094) is unknown color: approx Scampi. HEX triplet: 6F, 70 and 94. RGB value is (111,112,148). Sum of RGB (Red+Green+Blue) = 111+112+148=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F7094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7094 is #908F6B. Grayscale: #737373. Windows color (decimal): -9473900 or 9728111. OLE color: 9728111.

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

Color convert

RGB111112148-
CMYK0.250.2400.42
HSL238.38º14.74%50.78%-
HSV(B)238.38º25%58.04%-
XYZ17.717.1130.39-
YUV115.8146.17124.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=29.92%
G=30.19%
B=39.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111121480.250.2400.42238.3814.7450.78
Hex6F7094191802Aeef33
Octal15716022431300523561763
Binary110111111100001001010011001110000101010111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,148); }

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

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

 a { background-color: rgb(111,112,148); }

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

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

 span { border-color: rgb(111,112,148); }

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