#68649F

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

Shades of Scampi #68649F

Tints of Scampi #68649F

Color information

#68649F (or 0x68649F) is unknown color: approx Scampi. HEX triplet: 68, 64 and 9F. RGB value is (104,100,159). Sum of RGB (Red+Green+Blue) = 104+100+159=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #68649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68649F is #979B60. Grayscale: #6B6B6B. Windows color (decimal): -9935713 or 10445928. OLE color: 10445928.

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

Color convert

RGB104100159-
CMYK0.350.3700.38
HSL244.07º23.51%50.78%-
HSV(B)244.07º37.11%62.35%-
XYZ16.5214.5634.74-
YUV107.92156.83125.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=28.65%
G=27.55%
B=43.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041001590.350.3700.38244.0723.5150.78
Hex68649F2325026f41833
Octal15014423743450463643063
Binary110100011001001001111110001110010101001101111010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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