#6D669D

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

Shades of Scampi #6D669D

Tints of Scampi #6D669D

Color information

#6D669D (or 0x6D669D) is unknown color: approx Scampi. HEX triplet: 6D, 66 and 9D. RGB value is (109,102,157). Sum of RGB (Red+Green+Blue) = 109+102+157=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D669D is #929962. Grayscale: #6E6E6E. Windows color (decimal): -9607523 or 10315373. OLE color: 10315373.

HSL color Cylindrical-coordinate representation of color #6D669D: hue angle of 247.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D669D is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB109102157-
CMYK0.310.3500.38
HSL247.64º21.91%50.78%-
HSV(B)247.64º35.03%61.57%-
XYZ17.1415.1933.93-
YUV110.36154.32127.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=29.62%
G=27.72%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091021570.310.3500.38247.6421.9150.78
Hex6D669D1F23026f81633
Octal15514623537430463702663
Binary11011011100110100111011111110001101001101111100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,157); }

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

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

 a { background-color: rgb(109,102,157); }

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

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

 span { border-color: rgb(109,102,157); }

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