#6D6A9C

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

Shades of Scampi #6D6A9C

Tints of Scampi #6D6A9C

Color information

#6D6A9C (or 0x6D6A9C) is unknown color: approx Scampi. HEX triplet: 6D, 6A and 9C. RGB value is (109,106,156). Sum of RGB (Red+Green+Blue) = 109+106+156=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D6A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6A9C is #929563. Grayscale: #707070. Windows color (decimal): -9606500 or 10250861. OLE color: 10250861.

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

Color convert

RGB109106156-
CMYK0.300.3200.39
HSL243.6º20.16%51.37%-
HSV(B)243.6º32.05%61.18%-
XYZ17.4615.9633.61-
YUV112.6152.49125.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=29.38%
G=28.57%
B=42.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091061560.300.3200.39243.620.1651.37
Hex6D6A9C1E20027f41433
Octal15515223436400473642463
Binary11011011101010100111001111010000001001111111010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,156); }

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

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

 a { background-color: rgb(109,106,156); }

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

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

 span { border-color: rgb(109,106,156); }

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