#6D619B

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

Shades of Scampi #6D619B

Tints of Scampi #6D619B

Color information

#6D619B (or 0x6D619B) is unknown color: approx Scampi. HEX triplet: 6D, 61 and 9B. RGB value is (109,97,155). Sum of RGB (Red+Green+Blue) = 109+97+155=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D619B is #929E64. Grayscale: #6A6A6A. Windows color (decimal): -9608805 or 10183021. OLE color: 10183021.

HSL color Cylindrical-coordinate representation of color #6D619B: hue angle of 252.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D619B is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10997155-
CMYK0.300.3700.39
HSL252.41º23.02%49.41%-
HSV(B)252.41º37.42%60.78%-
XYZ16.514.1732.88-
YUV107.2154.98129.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.19%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=30.19%
G=26.87%
B=42.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109971550.300.3700.39252.4123.0249.41
Hex6D619B1E25027fc1731
Octal15514123336450473742761
Binary11011011100001100110111111010010101001111111110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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