#6D6895

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

Shades of Scampi #6D6895

Tints of Scampi #6D6895

Color information

#6D6895 (or 0x6D6895) is unknown color: approx Scampi. HEX triplet: 6D, 68 and 95. RGB value is (109,104,149). Sum of RGB (Red+Green+Blue) = 109+104+149=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D6895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6895 is #92976A. Grayscale: #6E6E6E. Windows color (decimal): -9607019 or 9791597. OLE color: 9791597.

HSL color Cylindrical-coordinate representation of color #6D6895: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D6895 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB109104149-
CMYK0.270.3000.42
HSL246.67º17.79%49.61%-
HSV(B)246.67º30.2%58.43%-
XYZ16.6815.3230.51-
YUV110.62149.66126.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=30.11%
G=28.73%
B=41.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091041490.270.3000.42246.6717.7949.61
Hex6D68951B1E02Af71232
Octal15515022533360523672262
Binary1101101110100010010101110111111001010101111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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