#6F868B

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

Shades of Gothic #6F868B

Tints of Gothic #6F868B

Color information

#6F868B (or 0x6F868B) is unknown color: approx Gothic. HEX triplet: 6F, 86 and 8B. RGB value is (111,134,139). Sum of RGB (Red+Green+Blue) = 111+134+139=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F868B is #907974. Grayscale: #7F7F7F. Windows color (decimal): -9468277 or 9143919. OLE color: 9143919.

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

Color convert

RGB111134139-
CMYK0.200.0400.45
HSL190.71º11.2%49.02%-
HSV(B)190.71º20.14%54.51%-
XYZ19.7422.2927.69-
YUV127.69134.38116.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=28.91%
G=34.90%
B=36.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111341390.200.0400.45190.7111.249.02
Hex6F868B14402Dbfb31
Octal1572062132440552771361
Binary11011111000011010001011101001000101101101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,139); }

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

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

 a { background-color: rgb(111,134,139); }

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

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

 span { border-color: rgb(111,134,139); }

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