#6E629E

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

Shades of Scampi #6E629E

Tints of Scampi #6E629E

Color information

#6E629E (or 0x6E629E) is unknown color: approx Scampi. HEX triplet: 6E, 62 and 9E. RGB value is (110,98,158). Sum of RGB (Red+Green+Blue) = 110+98+158=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E629E is #919D61. Grayscale: #6C6C6C. Windows color (decimal): -9543010 or 10379886. OLE color: 10379886.

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

Color convert

RGB11098158-
CMYK0.300.3800.38
HSL252º23.62%50.2%-
HSV(B)252º37.97%61.96%-
XYZ16.9714.5234.26-
YUV108.43155.98129.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=30.05%
G=26.78%
B=43.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110981580.300.3800.3825223.6250.2
Hex6E629E1E26026fc1832
Octal15614223636460463743062
Binary11011101100010100111101111010011001001101111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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