Html Css Color HEX #6F888E Gothic

📋 copy color: '#6F888E'

red 111 ◦ green 136 ◦ blue 142

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

Shades of Gothic #6F888E

Tints of Gothic #6F888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 28.53%
G = 34.96%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F888E (or 0x6F888E) is known color: Gothic. HEX triplet: 6F, 88 and 8E. RGB value is (111,136,142). Sum of RGB (Red+Green+Blue) = 111+136+142=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F888E is #907771. Grayscale: #818181. Windows color (decimal): -9467762 or 9341039. OLE color: 9341039.

HSL color Cylindrical-coordinate representation of color #6F888E: hue angle of 191.61º 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 #6F888E is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 136 142 -
CMYK 0.22 0.04 0 0.44
HSL 191.61º 0.12% 0.5% -
HSV(B) 191.61º 0.22% 0.56% -
XYZ 20.24 22.94 28.95 -
YUV 129.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 111 136 142 0.22 0.04 0 0.44 191.61 0.12 0.5
Hex 6F 88 8E 16 4 0 2C C0 C 32
Octal 157 210 216 26 4 0 54 300 14 62
Binary 1101111 10001000 10001110 10110 100 0 101100 11000000 1100 110010

Color Harmonies of #6F888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F888E

Black with #6F888E

Text Example


Text Example

White with #6F888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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