#6E8A93

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

Shades of Gothic #6E8A93

Tints of Gothic #6E8A93

Color information

#6E8A93 (or 0x6E8A93) is unknown color: approx Gothic. HEX triplet: 6E, 8A and 93. RGB value is (110,138,147). Sum of RGB (Red+Green+Blue) = 110+138+147=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E8A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8A93 is #91756C. Grayscale: #828282. Windows color (decimal): -9532781 or 9669230. OLE color: 9669230.

HSL color Cylindrical-coordinate representation of color #6E8A93: hue angle of 194.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E8A93 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB110138147-
CMYK0.250.0600.42
HSL194.59º14.62%50.39%-
HSV(B)194.59º25.17%57.65%-
XYZ20.7923.631.06-
YUV130.65137.22113.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=27.85%
G=34.94%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101381470.250.0600.42194.5914.6250.39
Hex6E8A9319602Ac3f32
Octal1562122233160523031762
Binary11011101000101010010011110011100101010110000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,138,147); }

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

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

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

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

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

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

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