#6A649A

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

Shades of Scampi #6A649A

Tints of Scampi #6A649A

Color information

#6A649A (or 0x6A649A) is unknown color: approx Scampi. HEX triplet: 6A, 64 and 9A. RGB value is (106,100,154). Sum of RGB (Red+Green+Blue) = 106+100+154=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A649A is #959B65. Grayscale: #6B6B6B. Windows color (decimal): -9804646 or 10118250. OLE color: 10118250.

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

Color convert

RGB106100154-
CMYK0.310.3500.40
HSL246.67º21.26%49.8%-
HSV(B)246.67º35.06%60.39%-
XYZ16.3314.5132.51-
YUV107.95153.99126.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=29.44%
G=27.78%
B=42.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061001540.310.3500.40246.6721.2649.8
Hex6A649A1F23028f71532
Octal15214423237430503672562
Binary11010101100100100110101111110001101010001111011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,154); }

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

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

 a { background-color: rgb(106,100,154); }

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

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

 span { border-color: rgb(106,100,154); }

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