Html Css Color HEX #6F9197 Gothic

📋 copy color: '#6F9197'

red 111 ◦ green 145 ◦ blue 151

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

Shades of Gothic #6F9197

Tints of Gothic #6F9197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 27.27%
G = 35.63%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F9197 (or 0x6F9197) is known color: Gothic. HEX triplet: 6F, 91 and 97. RGB value is (111,145,151). Sum of RGB (Red+Green+Blue) = 111+145+151=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F9197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9197 is #906E68. Grayscale: #878787. Windows color (decimal): -9465449 or 9933167. OLE color: 9933167.

HSL color Cylindrical-coordinate representation of color #6F9197: hue angle of 189º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9197 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 145 151 -
CMYK 0.26 0.04 0 0.41
HSL 189º 0.16% 0.51% -
HSV(B) 189º 0.26% 0.59% -
XYZ 22.27 25.86 33.1 -
YUV 135.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 111 145 151 0.26 0.04 0 0.41 189 0.16 0.51
Hex 6F 91 97 1A 4 0 29 BD 10 33
Octal 157 221 227 32 4 0 51 275 20 63
Binary 1101111 10010001 10010111 11010 100 0 101001 10111101 10000 110011

Color Harmonies of #6F9197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9197

Black with #6F9197

Text Example


Text Example

White with #6F9197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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