#686998

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

Shades of Scampi #686998

Tints of Scampi #686998

Color information

#686998 (or 0x686998) is unknown color: approx Scampi. HEX triplet: 68, 69 and 98. RGB value is (104,105,152). Sum of RGB (Red+Green+Blue) = 104+105+152=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #686998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686998 is #979667. Grayscale: #6D6D6D. Windows color (decimal): -9934440 or 9988456. OLE color: 9988456.

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

Color convert

RGB104105152-
CMYK0.320.3100.40
HSL238.75º18.9%50.2%-
HSV(B)238.75º31.58%59.61%-
XYZ16.4315.3131.8-
YUV110.06151.67123.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=28.81%
G=29.09%
B=42.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041051520.320.3100.40238.7518.950.2
Hex686998201F028ef1332
Octal15015123040370503572362
Binary11010001101001100110001000001111101010001110111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686998; }

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

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

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

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

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

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

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

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