#686991

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

Shades of Scampi #686991

Tints of Scampi #686991

Color information

#686991 (or 0x686991) is unknown color: approx Scampi. HEX triplet: 68, 69 and 91. RGB value is (104,105,145). Sum of RGB (Red+Green+Blue) = 104+105+145=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #686991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686991 is #97966E. Grayscale: #6D6D6D. Windows color (decimal): -9934447 or 9529704. OLE color: 9529704.

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

Color convert

RGB104105145-
CMYK0.280.2800.43
HSL238.54º16.47%48.82%-
HSV(B)238.54º28.28%56.86%-
XYZ15.8715.0928.86-
YUV109.26148.17124.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=29.38%
G=29.66%
B=40.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041051450.280.2800.43238.5416.4748.82
Hex6869911C1C02Bef1031
Octal15015122134340533572061
Binary1101000110100110010001111001110001010111110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686991; }

 p { color: rgb(104,105,145); }

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

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

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

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

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

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

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