#6F8791

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

Shades of Gothic #6F8791

Tints of Gothic #6F8791

Color information

#6F8791 (or 0x6F8791) is unknown color: approx Gothic. HEX triplet: 6F, 87 and 91. RGB value is (111,135,145). Sum of RGB (Red+Green+Blue) = 111+135+145=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8791 is #90786E. Grayscale: #808080. Windows color (decimal): -9468015 or 9537391. OLE color: 9537391.

HSL color Cylindrical-coordinate representation of color #6F8791: hue angle of 197.65º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8791 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111135145-
CMYK0.230.0700.43
HSL197.65º13.39%50.2%-
HSV(B)197.65º23.45%56.86%-
XYZ20.3322.7530.11-
YUV128.96137.05115.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=28.39%
G=34.53%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111351450.230.0700.43197.6513.3950.2
Hex6F879117702Bc6d32
Octal1572072212770533061562
Binary11011111000011110010001101111110101011110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,135,145); }

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

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

 a { background-color: rgb(111,135,145); }

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

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

 span { border-color: rgb(111,135,145); }

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