#686498

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

Shades of Scampi #686498

Tints of Scampi #686498

Color information

#686498 (or 0x686498) is unknown color: approx Scampi. HEX triplet: 68, 64 and 98. RGB value is (104,100,152). Sum of RGB (Red+Green+Blue) = 104+100+152=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #686498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686498 is #979B67. Grayscale: #6A6A6A. Windows color (decimal): -9935720 or 9987176. OLE color: 9987176.

HSL color Cylindrical-coordinate representation of color #686498: hue angle of 244.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686498 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104100152-
CMYK0.320.3400.40
HSL244.62º20.63%49.41%-
HSV(B)244.62º34.21%59.61%-
XYZ15.9314.3231.63-
YUV107.12153.33125.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=29.21%
G=28.09%
B=42.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041001520.320.3400.40244.6220.6349.41
Hex6864982022028f51531
Octal15014423040420503652561
Binary110100011001001001100010000010001001010001111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686498; }

 p { color: rgb(104,100,152); }

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

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

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

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

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

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

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