#686996

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

Shades of Scampi #686996

Tints of Scampi #686996

Color information

#686996 (or 0x686996) is unknown color: approx Scampi. HEX triplet: 68, 69 and 96. RGB value is (104,105,150). Sum of RGB (Red+Green+Blue) = 104+105+150=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #686996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686996 is #979669. Grayscale: #6D6D6D. Windows color (decimal): -9934442 or 9857384. OLE color: 9857384.

HSL color Cylindrical-coordinate representation of color #686996: hue angle of 238.7º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686996 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104105150-
CMYK0.310.3000.41
HSL238.7º18.11%49.8%-
HSV(B)238.7º30.67%58.82%-
XYZ16.2715.2530.94-
YUV109.83150.67123.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=28.97%
G=29.25%
B=41.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041051500.310.3000.41238.718.1149.8
Hex6869961F1E029ef1232
Octal15015122637360513572262
Binary1101000110100110010110111111111001010011110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686996; }

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

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

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

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

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

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

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

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