#6D6992

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

Shades of Scampi #6D6992

Tints of Scampi #6D6992

Color information

#6D6992 (or 0x6D6992) is unknown color: approx Scampi. HEX triplet: 6D, 69 and 92. RGB value is (109,105,146). Sum of RGB (Red+Green+Blue) = 109+105+146=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6992 is #92966D. Grayscale: #6E6E6E. Windows color (decimal): -9606766 or 9595245. OLE color: 9595245.

HSL color Cylindrical-coordinate representation of color #6D6992: hue angle of 245.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D6992 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB109105146-
CMYK0.250.2800.43
HSL245.85º16.33%49.22%-
HSV(B)245.85º28.08%57.25%-
XYZ16.5515.4329.3-
YUV110.87147.83126.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=30.28%
G=29.17%
B=40.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091051460.250.2800.43245.8516.3349.22
Hex6D6992191C02Bf61031
Octal15515122231340533662061
Binary1101101110100110010010110011110001010111111011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,146); }

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

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

 a { background-color: rgb(109,105,146); }

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

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

 span { border-color: rgb(109,105,146); }

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