#686192

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

Shades of Scampi #686192

Tints of Scampi #686192

Color information

#686192 (or 0x686192) is unknown color: approx Scampi. HEX triplet: 68, 61 and 92. RGB value is (104,97,146). Sum of RGB (Red+Green+Blue) = 104+97+146=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #686192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686192 is #979E6D. Grayscale: #686868. Windows color (decimal): -9936494 or 9593192. OLE color: 9593192.

HSL color Cylindrical-coordinate representation of color #686192: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686192 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10497146-
CMYK0.290.3400.43
HSL248.57º20.16%47.65%-
HSV(B)248.57º33.56%57.25%-
XYZ15.1713.5729.01-
YUV104.68151.32127.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=29.97%
G=27.95%
B=42.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104971460.290.3400.43248.5720.1647.65
Hex6861921D2202Bf91430
Octal15014122235420533712460
Binary11010001100001100100101110110001001010111111100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686192; }

 p { color: rgb(104,97,146); }

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

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

 a { background-color: rgb(104,97,146); }

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

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

 span { border-color: rgb(104,97,146); }

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