#6A659F

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

Shades of Scampi #6A659F

Tints of Scampi #6A659F

Color information

#6A659F (or 0x6A659F) is unknown color: approx Scampi. HEX triplet: 6A, 65 and 9F. RGB value is (106,101,159). Sum of RGB (Red+Green+Blue) = 106+101+159=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A659F is #959A60. Grayscale: #6C6C6C. Windows color (decimal): -9804385 or 10446186. OLE color: 10446186.

HSL color Cylindrical-coordinate representation of color #6A659F: hue angle of 245.17º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A659F is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106101159-
CMYK0.330.3600.38
HSL245.17º23.2%50.98%-
HSV(B)245.17º36.48%62.35%-
XYZ16.8614.8734.78-
YUV109.11156.16125.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=28.96%
G=27.60%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061011590.330.3600.38245.1723.250.98
Hex6A659F2124026f51733
Octal15214523741440463652763
Binary110101011001011001111110000110010001001101111010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,159); }

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

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

 a { background-color: rgb(106,101,159); }

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

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

 span { border-color: rgb(106,101,159); }

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