#6E6F8D

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

Shades of Scampi #6E6F8D

Tints of Scampi #6E6F8D

Color information

#6E6F8D (or 0x6E6F8D) is unknown color: approx Scampi. HEX triplet: 6E, 6F and 8D. RGB value is (110,111,141). Sum of RGB (Red+Green+Blue) = 110+111+141=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E6F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6F8D is #919072. Grayscale: #727272. Windows color (decimal): -9539699 or 9269102. OLE color: 9269102.

HSL color Cylindrical-coordinate representation of color #6E6F8D: hue angle of 238.06º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E6F8D is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB110111141-
CMYK0.220.2100.45
HSL238.06º12.35%49.22%-
HSV(B)238.06º21.99%55.29%-
XYZ16.9216.6127.51-
YUV114.12143.17125.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.39%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=30.39%
G=30.66%
B=38.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101111410.220.2100.45238.0612.3549.22
Hex6E6F8D161502Deec31
Octal15615721526250553561461
Binary110111011011111000110110110101010101101111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,111,141); }

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

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

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

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

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

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

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