#6E67AB

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

Shades of Scampi #6E67AB

Tints of Scampi #6E67AB

Color information

#6E67AB (or 0x6E67AB) is unknown color: approx Scampi. HEX triplet: 6E, 67 and AB. RGB value is (110,103,171). Sum of RGB (Red+Green+Blue) = 110+103+171=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 103 (40.62% from 255 or 26.82% 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 #6E67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E67AB is #919854. Grayscale: #707070. Windows color (decimal): -9541717 or 11233134. OLE color: 11233134.

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

Color convert

RGB110103171-
CMYK0.360.4000.33
HSL246.18º28.81%53.73%-
HSV(B)246.18º39.77%67.06%-
XYZ18.6315.9640.63-
YUV112.84160.82125.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=28.65%
G=26.82%
B=44.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101031710.360.4000.33246.1828.8153.73
Hex6E67AB2428021f61d36
Octal15614725344500413663566
Binary110111011001111010101110010010100001000011111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,103,171); }

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

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

 a { background-color: rgb(110,103,171); }

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

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

 span { border-color: rgb(110,103,171); }

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