#6D68AB

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

Shades of Scampi #6D68AB

Tints of Scampi #6D68AB

Color information

#6D68AB (or 0x6D68AB) is unknown color: approx Scampi. HEX triplet: 6D, 68 and AB. RGB value is (109,104,171). Sum of RGB (Red+Green+Blue) = 109+104+171=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D68AB is #929754. Grayscale: #707070. Windows color (decimal): -9606997 or 11233389. OLE color: 11233389.

HSL color Cylindrical-coordinate representation of color #6D68AB: hue angle of 244.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D68AB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109104171-
CMYK0.360.3900.33
HSL244.48º28.51%53.92%-
HSV(B)244.48º39.18%67.06%-
XYZ18.6116.0940.65-
YUV113.13160.66125.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=28.39%
G=27.08%
B=44.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091041710.360.3900.33244.4828.5153.92
Hex6D68AB2427021f41d36
Octal15515025344470413643566
Binary110110111010001010101110010010011101000011111010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,171); }

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

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

 a { background-color: rgb(109,104,171); }

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

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

 span { border-color: rgb(109,104,171); }

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