#6D709B

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

Shades of Scampi #6D709B

Tints of Scampi #6D709B

Color information

#6D709B (or 0x6D709B) is unknown color: approx Scampi. HEX triplet: 6D, 70 and 9B. RGB value is (109,112,155). Sum of RGB (Red+Green+Blue) = 109+112+155=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D709B is #928F64. Grayscale: #737373. Windows color (decimal): -9604965 or 10186861. OLE color: 10186861.

HSL color Cylindrical-coordinate representation of color #6D709B: hue angle of 236.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D709B is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109112155-
CMYK0.300.2800.39
HSL236.09º18.7%51.76%-
HSV(B)236.09º29.68%60.78%-
XYZ18.0217.2133.38-
YUV116.01150.01123-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=28.99%
G=29.79%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091121550.300.2800.39236.0918.751.76
Hex6D709B1E1C027ec1334
Octal15516023336340473542364
Binary1101101111000010011011111101110001001111110110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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