#6D848E

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

Shades of Gothic #6D848E

Tints of Gothic #6D848E

Color information

#6D848E (or 0x6D848E) is unknown color: approx Gothic. HEX triplet: 6D, 84 and 8E. RGB value is (109,132,142). Sum of RGB (Red+Green+Blue) = 109+132+142=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D848E is #927B71. Grayscale: #7E7E7E. Windows color (decimal): -9599858 or 9340013. OLE color: 9340013.

HSL color Cylindrical-coordinate representation of color #6D848E: hue angle of 198.18º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D848E is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109132142-
CMYK0.230.0700.44
HSL198.18º13.15%49.22%-
HSV(B)198.18º23.24%55.69%-
XYZ19.4421.7128.76-
YUV126.26136.88115.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=28.46%
G=34.46%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091321420.230.0700.44198.1813.1549.22
Hex6D848E17702Cc6d31
Octal1552042162770543061561
Binary11011011000010010001110101111110101100110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,132,142); }

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

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

 a { background-color: rgb(109,132,142); }

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

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

 span { border-color: rgb(109,132,142); }

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