Html Css Color HEX #6F868A Gothic

📋 copy color: '#6F868A'

red 111 ◦ green 134 ◦ blue 138

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

Shades of Gothic #6F868A

Tints of Gothic #6F868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.99%

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

R = 28.98%
G = 34.99%
B = 36.03%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F868A (or 0x6F868A) is known color: Gothic. HEX triplet: 6F, 86 and 8A. RGB value is (111,134,138). Sum of RGB (Red+Green+Blue) = 111+134+138=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F868A is #907975. Grayscale: #7F7F7F. Windows color (decimal): -9468278 or 9078383. OLE color: 9078383.

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

Color convert

RGB 111 134 138 -
CMYK 0.20 0.03 0 0.46
HSL 188.89º 0.11% 0.49% -
HSV(B) 188.89º 0.2% 0.54% -
XYZ 19.67 22.26 27.31 -
YUV 127.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 111 134 138 0.20 0.03 0 0.46 188.89 0.11 0.49
Hex 6F 86 8A 14 3 0 2E BD B 31
Octal 157 206 212 24 3 0 56 275 13 61
Binary 1101111 10000110 10001010 10100 11 0 101110 10111101 1011 110001

Color Harmonies of #6F868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F868A

Black with #6F868A

Text Example


Text Example

White with #6F868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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