#686797

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

Shades of Scampi #686797

Tints of Scampi #686797

Color information

#686797 (or 0x686797) is unknown color: approx Scampi. HEX triplet: 68, 67 and 97. RGB value is (104,103,151). Sum of RGB (Red+Green+Blue) = 104+103+151=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #686797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686797 is #979868. Grayscale: #6C6C6C. Windows color (decimal): -9934953 or 9922408. OLE color: 9922408.

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

Color convert

RGB104103151-
CMYK0.310.3200.41
HSL241.25º18.9%49.8%-
HSV(B)241.25º31.79%59.22%-
XYZ16.1514.8831.3-
YUV108.77151.83124.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=29.05%
G=28.77%
B=42.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041031510.310.3200.41241.2518.949.8
Hex6867971F20029f11332
Octal15014722737400513612362
Binary11010001100111100101111111110000001010011111000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686797; }

 p { color: rgb(104,103,151); }

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

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

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

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

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

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

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