#6A649E

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

Shades of Scampi #6A649E

Tints of Scampi #6A649E

Color information

#6A649E (or 0x6A649E) is unknown color: approx Scampi. HEX triplet: 6A, 64 and 9E. RGB value is (106,100,158). Sum of RGB (Red+Green+Blue) = 106+100+158=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A649E is #959B61. Grayscale: #6C6C6C. Windows color (decimal): -9804642 or 10380394. OLE color: 10380394.

HSL color Cylindrical-coordinate representation of color #6A649E: hue angle of 246.21º degrees, saturation: 0.23, 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 #6A649E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106100158-
CMYK0.330.3700.38
HSL246.21º23.02%50.59%-
HSV(B)246.21º36.71%61.96%-
XYZ16.6714.6534.3-
YUV108.41155.99126.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=29.12%
G=27.47%
B=43.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061001580.330.3700.38246.2123.0250.59
Hex6A649E2125026f61733
Octal15214423641450463662763
Binary110101011001001001111010000110010101001101111011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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