#6E6E9D

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

Shades of Scampi #6E6E9D

Tints of Scampi #6E6E9D

Color information

#6E6E9D (or 0x6E6E9D) is unknown color: approx Scampi. HEX triplet: 6E, 6E and 9D. RGB value is (110,110,157). Sum of RGB (Red+Green+Blue) = 110+110+157=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6E9D is #919162. Grayscale: #737373. Windows color (decimal): -9539939 or 10317422. OLE color: 10317422.

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

Color convert

RGB110110157-
CMYK0.300.3000.38
HSL240º19.34%52.35%-
HSV(B)240º29.94%61.57%-
XYZ18.0916.934.21-
YUV115.36151.5124.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=29.18%
G=29.18%
B=41.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101101570.300.3000.3824019.3452.35
Hex6E6E9D1E1E026f01334
Octal15615623536360463602364
Binary1101110110111010011101111101111001001101111000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,110,157); }

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

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

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

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

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

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

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