#6D9499

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

Shades of Gothic #6D9499

Tints of Gothic #6D9499

Color information

#6D9499 (or 0x6D9499) is unknown color: approx Gothic. HEX triplet: 6D, 94 and 99. RGB value is (109,148,153). Sum of RGB (Red+Green+Blue) = 109+148+153=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D9499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9499 is #926B66. Grayscale: #888888. Windows color (decimal): -9595751 or 10065005. OLE color: 10065005.

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

Color convert

RGB109148153-
CMYK0.290.0300.4
HSL186.82º17.74%51.37%-
HSV(B)186.82º28.76%60%-
XYZ22.6526.7334.1-
YUV136.91137.08108.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.59%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=26.59%
G=36.10%
B=37.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1091481530.290.0300.4186.8217.7451.37
Hex6D94991D3028bb1233
Octal1552242313530502732263
Binary11011011001010010011001111011101010001011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,153); }

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

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

 a { background-color: rgb(109,148,153); }

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

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

 span { border-color: rgb(109,148,153); }

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