#6D8793

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

Shades of Gothic #6D8793

Tints of Gothic #6D8793

Color information

#6D8793 (or 0x6D8793) is unknown color: approx Gothic. HEX triplet: 6D, 87 and 93. RGB value is (109,135,147). Sum of RGB (Red+Green+Blue) = 109+135+147=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D8793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8793 is #92786C. Grayscale: #808080. Windows color (decimal): -9599085 or 9668461. OLE color: 9668461.

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

Color convert

RGB109135147-
CMYK0.260.0800.42
HSL198.95º14.96%50.2%-
HSV(B)198.95º25.85%57.65%-
XYZ20.2422.6930.92-
YUV128.59138.39114.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=27.88%
G=34.53%
B=37.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091351470.260.0800.42198.9514.9650.2
Hex6D87931A802Ac7f32
Octal15520722332100523071762
Binary110110110000111100100111101010000101010110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,135,147); }

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

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

 a { background-color: rgb(109,135,147); }

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

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

 span { border-color: rgb(109,135,147); }

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