#686894

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

Shades of Scampi #686894

Tints of Scampi #686894

Color information

#686894 (or 0x686894) is unknown color: approx Scampi. HEX triplet: 68, 68 and 94. RGB value is (104,104,148). Sum of RGB (Red+Green+Blue) = 104+104+148=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #686894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686894 is #97976B. Grayscale: #6C6C6C. Windows color (decimal): -9934700 or 9726056. OLE color: 9726056.

HSL color Cylindrical-coordinate representation of color #686894: hue angle of 240º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686894 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104104148-
CMYK0.300.3000.42
HSL240º17.46%49.41%-
HSV(B)240º29.73%58.04%-
XYZ1614.9830.07-
YUV109.02150124.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=29.21%
G=29.21%
B=41.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041041480.300.3000.4224017.4649.41
Hex6868941E1E02Af01131
Octal15015022436360523602161
Binary1101000110100010010100111101111001010101111000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686894; }

 p { color: rgb(104,104,148); }

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

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

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

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

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

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

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