#6D609B

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

Shades of Scampi #6D609B

Tints of Scampi #6D609B

Color information

#6D609B (or 0x6D609B) is unknown color: approx Scampi. HEX triplet: 6D, 60 and 9B. RGB value is (109,96,155). Sum of RGB (Red+Green+Blue) = 109+96+155=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D609B is #929F64. Grayscale: #6A6A6A. Windows color (decimal): -9609061 or 10182765. OLE color: 10182765.

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

Color convert

RGB10996155-
CMYK0.300.3800.39
HSL253.22º23.51%49.22%-
HSV(B)253.22º38.06%60.78%-
XYZ16.4113.9832.84-
YUV106.61155.31129.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=30.28%
G=26.67%
B=43.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109961550.300.3800.39253.2223.5149.22
Hex6D609B1E26027fd1831
Octal15514023336460473753061
Binary11011011100000100110111111010011001001111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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