#6D6894

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

Shades of Scampi #6D6894

Tints of Scampi #6D6894

Color information

#6D6894 (or 0x6D6894) is unknown color: approx Scampi. HEX triplet: 6D, 68 and 94. RGB value is (109,104,148). Sum of RGB (Red+Green+Blue) = 109+104+148=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D6894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6894 is #92976B. Grayscale: #6E6E6E. Windows color (decimal): -9607020 or 9726061. OLE color: 9726061.

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

Color convert

RGB109104148-
CMYK0.260.3000.42
HSL246.82º17.46%49.41%-
HSV(B)246.82º29.73%58.04%-
XYZ16.615.2930.09-
YUV110.51149.16126.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.19%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=30.19%
G=28.81%
B=41.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091041480.260.3000.42246.8217.4649.41
Hex6D68941A1E02Af71131
Octal15515022432360523672161
Binary1101101110100010010100110101111001010101111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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