#6F7192

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

Shades of Scampi #6F7192

Tints of Scampi #6F7192

Color information

#6F7192 (or 0x6F7192) is unknown color: approx Scampi. HEX triplet: 6F, 71 and 92. RGB value is (111,113,146). Sum of RGB (Red+Green+Blue) = 111+113+146=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7192 is #908E6D. Grayscale: #747474. Windows color (decimal): -9473646 or 9597295. OLE color: 9597295.

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

Color convert

RGB111113146-
CMYK0.240.2300.43
HSL236.57º13.83%50.39%-
HSV(B)236.57º23.97%57.25%-
XYZ17.6517.2729.6-
YUV116.16144.84124.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=30%
G=30.54%
B=39.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111131460.240.2300.43236.5713.8350.39
Hex6F7192181702Bede32
Octal15716122230270533551662
Binary110111111100011001001011000101110101011111011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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