Html Css Color HEX #6F848A Gothic

📋 copy color: '#6F848A'

red 111 ◦ green 132 ◦ blue 138

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

Shades of Gothic #6F848A

Tints of Gothic #6F848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 29.13%
G = 34.65%
B = 36.22%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F848A (or 0x6F848A) is known color: Gothic. HEX triplet: 6F, 84 and 8A. RGB value is (111,132,138). Sum of RGB (Red+Green+Blue) = 111+132+138=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F848A is #907B75. Grayscale: #7E7E7E. Windows color (decimal): -9468790 or 9077871. OLE color: 9077871.

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

Color convert

RGB 111 132 138 -
CMYK 0.20 0.04 0 0.46
HSL 193.33º 0.11% 0.49% -
HSV(B) 193.33º 0.2% 0.54% -
XYZ 19.39 21.72 27.21 -
YUV 126.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 111 132 138 0.20 0.04 0 0.46 193.33 0.11 0.49
Hex 6F 84 8A 14 4 0 2E C1 B 31
Octal 157 204 212 24 4 0 56 301 13 61
Binary 1101111 10000100 10001010 10100 100 0 101110 11000001 1011 110001

Color Harmonies of #6F848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F848A

Black with #6F848A

Text Example


Text Example

White with #6F848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,138); }

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

background-color css

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

 a { background-color: rgb(111,132,138); }

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

border-color css

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

 span { border-color: rgb(111,132,138); }

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