#6A629C

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

Shades of Scampi #6A629C

Tints of Scampi #6A629C

Color information

#6A629C (or 0x6A629C) is unknown color: approx Scampi. HEX triplet: 6A, 62 and 9C. RGB value is (106,98,156). Sum of RGB (Red+Green+Blue) = 106+98+156=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A629C is #959D63. Grayscale: #6A6A6A. Windows color (decimal): -9805156 or 10248810. OLE color: 10248810.

HSL color Cylindrical-coordinate representation of color #6A629C: hue angle of 248.28º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A629C is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10698156-
CMYK0.320.3700.39
HSL248.28º22.83%49.8%-
HSV(B)248.28º37.18%61.18%-
XYZ16.3114.233.33-
YUV107155.65127.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=29.44%
G=27.22%
B=43.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106981560.320.3700.39248.2822.8349.8
Hex6A629C2025027f81732
Octal15214223440450473702762
Binary110101011000101001110010000010010101001111111100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A629C; }

 p { color: rgb(106,98,156); }

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

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

 a { background-color: rgb(106,98,156); }

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

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

 span { border-color: rgb(106,98,156); }

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