#6F8891

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

Shades of Gothic #6F8891

Tints of Gothic #6F8891

Color information

#6F8891 (or 0x6F8891) is unknown color: approx Gothic. HEX triplet: 6F, 88 and 91. RGB value is (111,136,145). Sum of RGB (Red+Green+Blue) = 111+136+145=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8891 is #90776E. Grayscale: #818181. Windows color (decimal): -9467759 or 9537647. OLE color: 9537647.

HSL color Cylindrical-coordinate representation of color #6F8891: hue angle of 195.88º 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 #6F8891 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111136145-
CMYK0.230.0600.43
HSL195.88º13.39%50.2%-
HSV(B)195.88º23.45%56.86%-
XYZ20.4723.0330.15-
YUV129.55136.72114.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.32%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=28.32%
G=34.69%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111361450.230.0600.43195.8813.3950.2
Hex6F889117602Bc4d32
Octal1572102212760533041562
Binary11011111000100010010001101111100101011110001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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