#6E9297

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

Shades of Gothic #6E9297

Tints of Gothic #6E9297

Color information

#6E9297 (or 0x6E9297) is unknown color: approx Gothic. HEX triplet: 6E, 92 and 97. RGB value is (110,146,151). Sum of RGB (Red+Green+Blue) = 110+146+151=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E9297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9297 is #916D68. Grayscale: #878787. Windows color (decimal): -9530729 or 9933422. OLE color: 9933422.

HSL color Cylindrical-coordinate representation of color #6E9297: hue angle of 187.32º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E9297 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB110146151-
CMYK0.270.0300.41
HSL187.32º16.47%51.18%-
HSV(B)187.32º27.15%59.22%-
XYZ22.326.1133.14-
YUV135.81136.57109.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=27.03%
G=35.87%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1101461510.270.0300.41187.3216.4751.18
Hex6E92971B3029bb1033
Octal1562222273330512732063
Binary11011101001001010010111110111101010011011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,146,151); }

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

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

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

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

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

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

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