#6F878C

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

Shades of Gothic #6F878C

Tints of Gothic #6F878C

Color information

#6F878C (or 0x6F878C) is unknown color: approx Gothic. HEX triplet: 6F, 87 and 8C. RGB value is (111,135,140). Sum of RGB (Red+Green+Blue) = 111+135+140=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F878C is #907873. Grayscale: #808080. Windows color (decimal): -9468020 or 9209711. OLE color: 9209711.

HSL color Cylindrical-coordinate representation of color #6F878C: hue angle of 190.34º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F878C is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111135140-
CMYK0.210.0400.45
HSL190.34º11.55%49.22%-
HSV(B)190.34º20.71%54.9%-
XYZ19.9522.628.12-
YUV128.39134.55115.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=28.76%
G=34.97%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111351400.210.0400.45190.3411.5549.22
Hex6F878C15402Dbec31
Octal1572072142540552761461
Binary11011111000011110001100101011000101101101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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