#6E919A

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

Shades of Gothic #6E919A

Tints of Gothic #6E919A

Color information

#6E919A (or 0x6E919A) is unknown color: approx Gothic. HEX triplet: 6E, 91 and 9A. RGB value is (110,145,154). Sum of RGB (Red+Green+Blue) = 110+145+154=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E919A is #916E65. Grayscale: #878787. Windows color (decimal): -9530982 or 10129774. OLE color: 10129774.

HSL color Cylindrical-coordinate representation of color #6E919A: hue angle of 192.27º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E919A is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB110145154-
CMYK0.290.0600.40
HSL192.27º17.89%51.76%-
HSV(B)192.27º28.57%60.39%-
XYZ22.3925.934.39-
YUV135.56138.4109.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.89%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=26.89%
G=35.45%
B=37.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101451540.290.0600.40192.2717.8951.76
Hex6E919A1D6028c01234
Octal1562212323560503002264
Binary110111010010001100110101110111001010001100000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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