#6E609E

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

Shades of Scampi #6E609E

Tints of Scampi #6E609E

Color information

#6E609E (or 0x6E609E) is unknown color: approx Scampi. HEX triplet: 6E, 60 and 9E. RGB value is (110,96,158). Sum of RGB (Red+Green+Blue) = 110+96+158=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 96 (37.89% from 255 or 26.37% 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 #6E609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E609E is #919F61. Grayscale: #6B6B6B. Windows color (decimal): -9543522 or 10379374. OLE color: 10379374.

HSL color Cylindrical-coordinate representation of color #6E609E: hue angle of 253.55º 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 #6E609E is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11096158-
CMYK0.300.3900.38
HSL253.55º24.41%49.8%-
HSV(B)253.55º39.24%61.96%-
XYZ16.7814.1534.19-
YUV107.25156.64129.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=30.22%
G=26.37%
B=43.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110961580.300.3900.38253.5524.4149.8
Hex6E609E1E27026fe1832
Octal15614023636470463763062
Binary11011101100000100111101111010011101001101111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,158); }

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

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

 a { background-color: rgb(110,96,158); }

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

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

 span { border-color: rgb(110,96,158); }

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