#686992

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

Shades of Scampi #686992

Tints of Scampi #686992

Color information

#686992 (or 0x686992) is unknown color: approx Scampi. HEX triplet: 68, 69 and 92. RGB value is (104,105,146). Sum of RGB (Red+Green+Blue) = 104+105+146=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #686992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686992 is #97966D. Grayscale: #6D6D6D. Windows color (decimal): -9934446 or 9595240. OLE color: 9595240.

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

Color convert

RGB104105146-
CMYK0.290.2800.43
HSL238.57º16.8%49.02%-
HSV(B)238.57º28.77%57.25%-
XYZ15.9515.1229.27-
YUV109.38148.67124.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=29.30%
G=29.58%
B=41.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041051460.290.2800.43238.5716.849.02
Hex6869921D1C02Bef1131
Octal15015122235340533572161
Binary1101000110100110010010111011110001010111110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686992; }

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

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

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

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

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

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

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

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