#6A609D

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

Shades of Scampi #6A609D

Tints of Scampi #6A609D

Color information

#6A609D (or 0x6A609D) is unknown color: approx Scampi. HEX triplet: 6A, 60 and 9D. RGB value is (106,96,157). Sum of RGB (Red+Green+Blue) = 106+96+157=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A609D is #959F62. Grayscale: #696969. Windows color (decimal): -9805667 or 10313834. OLE color: 10313834.

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

Color convert

RGB10696157-
CMYK0.320.3900.38
HSL249.84º24.11%49.61%-
HSV(B)249.84º38.85%61.57%-
XYZ16.2113.8633.72-
YUV105.94156.81128.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=29.53%
G=26.74%
B=43.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106961570.320.3900.38249.8424.1149.61
Hex6A609D2027026fa1832
Octal15214023540470463723062
Binary110101011000001001110110000010011101001101111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,157); }

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

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

 a { background-color: rgb(106,96,157); }

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

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

 span { border-color: rgb(106,96,157); }

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