Html Css Color HEX #6F8D91 Gothic

📋 copy color: '#6F8D91'

red 111 ◦ green 141 ◦ blue 145

#6F8D91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #6F8D91

Tints of Gothic #6F8D91

RGB

 RED value IS 111 (43.75% from 255) = 27.96%

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 27.96%
G = 35.52%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F8D91 (or 0x6F8D91) is known color: Gothic. HEX triplet: 6F, 8D and 91. RGB value is (111,141,145). Sum of RGB (Red+Green+Blue) = 111+141+145=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8D91 is #90726E. Grayscale: #848484. Windows color (decimal): -9466479 or 9538927. OLE color: 9538927.

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

Color convert

RGB 111 141 145 -
CMYK 0.23 0.03 0 0.43
HSL 187.06º 0.13% 0.5% -
HSV(B) 187.06º 0.23% 0.57% -
XYZ 21.19 24.47 30.4 -
YUV 132.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 111 141 145 0.23 0.03 0 0.43 187.06 0.13 0.5
Hex 6F 8D 91 17 3 0 2B BB D 32
Octal 157 215 221 27 3 0 53 273 15 62
Binary 1101111 10001101 10010001 10111 11 0 101011 10111011 1101 110010

Color Harmonies of #6F8D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8D91

Black with #6F8D91

Text Example


Text Example

White with #6F8D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F8D91;
 }
 .AnyTagClassName
 {
   color: #6F8D91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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