#686893

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

Shades of Scampi #686893

Tints of Scampi #686893

Color information

#686893 (or 0x686893) is unknown color: approx Scampi. HEX triplet: 68, 68 and 93. RGB value is (104,104,147). Sum of RGB (Red+Green+Blue) = 104+104+147=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #686893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686893 is #97976C. Grayscale: #6C6C6C. Windows color (decimal): -9934701 or 9660520. OLE color: 9660520.

HSL color Cylindrical-coordinate representation of color #686893: 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.29%. Process color model (Four color, CMYK) of #686893 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104104147-
CMYK0.290.2900.42
HSL240º17.13%49.22%-
HSV(B)240º29.25%57.65%-
XYZ15.9314.9529.65-
YUV108.9149.5124.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=29.30%
G=29.30%
B=41.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041041470.290.2900.4224017.1349.22
Hex6868931D1D02Af01131
Octal15015022335350523602161
Binary1101000110100010010011111011110101010101111000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686893; }

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

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

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

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

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

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

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

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