#6D6095

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

Shades of Scampi #6D6095

Tints of Scampi #6D6095

Color information

#6D6095 (or 0x6D6095) is unknown color: approx Scampi. HEX triplet: 6D, 60 and 95. RGB value is (109,96,149). Sum of RGB (Red+Green+Blue) = 109+96+149=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6095 is #929F6A. Grayscale: #696969. Windows color (decimal): -9609067 or 9789549. OLE color: 9789549.

HSL color Cylindrical-coordinate representation of color #6D6095: hue angle of 254.72º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D6095 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10996149-
CMYK0.270.3600.42
HSL254.72º21.63%48.04%-
HSV(B)254.72º35.57%58.43%-
XYZ15.9113.7930.26-
YUV105.93152.31130.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=30.79%
G=27.12%
B=42.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109961490.270.3600.42254.7221.6348.04
Hex6D60951B2402Aff1630
Octal15514022533440523772660
Binary11011011100000100101011101110010001010101111111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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