#68629F

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

Shades of Scampi #68629F

Tints of Scampi #68629F

Color information

#68629F (or 0x68629F) is unknown color: approx Scampi. HEX triplet: 68, 62 and 9F. RGB value is (104,98,159). Sum of RGB (Red+Green+Blue) = 104+98+159=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #68629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68629F is #979D60. Grayscale: #6A6A6A. Windows color (decimal): -9936225 or 10445416. OLE color: 10445416.

HSL color Cylindrical-coordinate representation of color #68629F: hue angle of 245.9º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68629F is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10498159-
CMYK0.350.3800.38
HSL245.9º24.11%50.39%-
HSV(B)245.9º38.36%62.35%-
XYZ16.3314.1834.68-
YUV106.75157.49126.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=28.81%
G=27.15%
B=44.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104981590.350.3800.38245.924.1150.39
Hex68629F2326026f61832
Octal15014223743460463663062
Binary110100011000101001111110001110011001001101111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68629F; }

 p { color: rgb(104,98,159); }

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

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

 a { background-color: rgb(104,98,159); }

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

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

 span { border-color: rgb(104,98,159); }

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