#686692

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

Shades of Scampi #686692

Tints of Scampi #686692

Color information

#686692 (or 0x686692) is unknown color: approx Scampi. HEX triplet: 68, 66 and 92. RGB value is (104,102,146). Sum of RGB (Red+Green+Blue) = 104+102+146=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #686692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686692 is #97996D. Grayscale: #6B6B6B. Windows color (decimal): -9935214 or 9594472. OLE color: 9594472.

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

Color convert

RGB104102146-
CMYK0.290.3000.43
HSL242.73º17.74%48.63%-
HSV(B)242.73º30.14%57.25%-
XYZ15.6514.5229.17-
YUV107.61149.66125.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=29.55%
G=28.98%
B=41.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041021460.290.3000.43242.7317.7448.63
Hex6866921D1E02Bf31231
Octal15014622235360533632261
Binary1101000110011010010010111011111001010111111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686692; }

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

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

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

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

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

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

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

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