#6F8995

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

Shades of Gothic #6F8995

Tints of Gothic #6F8995

Color information

#6F8995 (or 0x6F8995) is unknown color: approx Gothic. HEX triplet: 6F, 89 and 95. RGB value is (111,137,149). Sum of RGB (Red+Green+Blue) = 111+137+149=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F8995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8995 is #90766A. Grayscale: #828282. Windows color (decimal): -9467499 or 9800047. OLE color: 9800047.

HSL color Cylindrical-coordinate representation of color #6F8995: hue angle of 198.95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F8995 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB111137149-
CMYK0.260.0800.42
HSL198.95º15.2%50.98%-
HSV(B)198.95º25.5%58.43%-
XYZ20.9323.4431.86-
YUV130.59138.39114.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=27.96%
G=34.51%
B=37.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111371490.260.0800.42198.9515.250.98
Hex6F89951A802Ac7f33
Octal15721122532100523071763
Binary110111110001001100101011101010000101010110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,149); }

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

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

 a { background-color: rgb(111,137,149); }

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

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

 span { border-color: rgb(111,137,149); }

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