#6D669B

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

Shades of Scampi #6D669B

Tints of Scampi #6D669B

Color information

#6D669B (or 0x6D669B) is unknown color: approx Scampi. HEX triplet: 6D, 66 and 9B. RGB value is (109,102,155). Sum of RGB (Red+Green+Blue) = 109+102+155=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D669B is #929964. Grayscale: #6D6D6D. Windows color (decimal): -9607525 or 10184301. OLE color: 10184301.

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

Color convert

RGB109102155-
CMYK0.300.3400.39
HSL247.92º20.95%50.39%-
HSV(B)247.92º34.19%60.78%-
XYZ16.9715.1233.03-
YUV110.14153.32127.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=29.78%
G=27.87%
B=42.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091021550.300.3400.39247.9220.9550.39
Hex6D669B1E22027f81532
Octal15514623336420473702562
Binary11011011100110100110111111010001001001111111100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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