#6E8B91

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

Shades of Gothic #6E8B91

Tints of Gothic #6E8B91

Color information

#6E8B91 (or 0x6E8B91) is unknown color: approx Gothic. HEX triplet: 6E, 8B and 91. RGB value is (110,139,145). Sum of RGB (Red+Green+Blue) = 110+139+145=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E8B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8B91 is #91746E. Grayscale: #828282. Windows color (decimal): -9532527 or 9538414. OLE color: 9538414.

HSL color Cylindrical-coordinate representation of color #6E8B91: hue angle of 190.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E8B91 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB110139145-
CMYK0.240.0400.43
HSL190.29º13.73%50%-
HSV(B)190.29º24.14%56.86%-
XYZ20.7723.8230.29-
YUV131.01135.89113.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=27.92%
G=35.28%
B=36.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101391450.240.0400.43190.2913.7350
Hex6E8B9118402Bbee32
Octal1562132213040532761662
Binary11011101000101110010001110001000101011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,139,145); }

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

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

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

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

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

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

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