#686795

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

Shades of Scampi #686795

Tints of Scampi #686795

Color information

#686795 (or 0x686795) is unknown color: approx Scampi. HEX triplet: 68, 67 and 95. RGB value is (104,103,149). Sum of RGB (Red+Green+Blue) = 104+103+149=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #686795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686795 is #97986A. Grayscale: #6C6C6C. Windows color (decimal): -9934955 or 9791336. OLE color: 9791336.

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

Color convert

RGB104103149-
CMYK0.300.3100.42
HSL241.3º18.25%49.41%-
HSV(B)241.3º30.87%58.43%-
XYZ15.9814.8130.45-
YUV108.54150.83124.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=29.21%
G=28.93%
B=41.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041031490.300.3100.42241.318.2549.41
Hex6867951E1F02Af11231
Octal15014722536370523612261
Binary1101000110011110010101111101111101010101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686795; }

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

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

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

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

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

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

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

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