#6F858E

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

Shades of Gothic #6F858E

Tints of Gothic #6F858E

Color information

#6F858E (or 0x6F858E) is unknown color: approx Gothic. HEX triplet: 6F, 85 and 8E. RGB value is (111,133,142). Sum of RGB (Red+Green+Blue) = 111+133+142=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F858E is #907A71. Grayscale: #7F7F7F. Windows color (decimal): -9468530 or 9340271. OLE color: 9340271.

HSL color Cylindrical-coordinate representation of color #6F858E: hue angle of 197.42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F858E is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111133142-
CMYK0.220.0600.44
HSL197.42º12.25%49.61%-
HSV(B)197.42º21.83%55.69%-
XYZ19.8322.1128.81-
YUV127.45136.21116.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=28.76%
G=34.46%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111331420.220.0600.44197.4212.2549.61
Hex6F858E16602Cc5c32
Octal1572052162660543051462
Binary11011111000010110001110101101100101100110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,142); }

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

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

 a { background-color: rgb(111,133,142); }

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

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

 span { border-color: rgb(111,133,142); }

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