#6D619E

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

Shades of Scampi #6D619E

Tints of Scampi #6D619E

Color information

#6D619E (or 0x6D619E) is unknown color: approx Scampi. HEX triplet: 6D, 61 and 9E. RGB value is (109,97,158). Sum of RGB (Red+Green+Blue) = 109+97+158=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 97 (38.28% from 255 or 26.65% 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 #6D619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D619E is #929E61. Grayscale: #6B6B6B. Windows color (decimal): -9608802 or 10379629. OLE color: 10379629.

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

Color convert

RGB10997158-
CMYK0.310.3900.38
HSL251.8º23.92%50%-
HSV(B)251.8º38.61%61.96%-
XYZ16.7514.2734.22-
YUV107.54156.48129.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=29.95%
G=26.65%
B=43.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109971580.310.3900.38251.823.9250
Hex6D619E1F27026fc1832
Octal15514123637470463743062
Binary11011011100001100111101111110011101001101111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,158); }

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

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

 a { background-color: rgb(109,97,158); }

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

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

 span { border-color: rgb(109,97,158); }

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