Html Css Color HEX #6F858A Gothic

📋 copy color: '#6F858A'

red 111 ◦ green 133 ◦ blue 138

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

Shades of Gothic #6F858A

Tints of Gothic #6F858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

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

R = 29.06%
G = 34.82%
B = 36.13%

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

#6F858A (or 0x6F858A) is known color: Gothic. HEX triplet: 6F, 85 and 8A. RGB value is (111,133,138). Sum of RGB (Red+Green+Blue) = 111+133+138=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F858A is #907A75. Grayscale: #7E7E7E. Windows color (decimal): -9468534 or 9078127. OLE color: 9078127.

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

Color convert

RGB 111 133 138 -
CMYK 0.20 0.04 0 0.46
HSL 191.11º 0.11% 0.49% -
HSV(B) 191.11º 0.2% 0.54% -
XYZ 19.53 21.99 27.26 -
YUV 126.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 111 133 138 0.20 0.04 0 0.46 191.11 0.11 0.49
Hex 6F 85 8A 14 4 0 2E BF B 31
Octal 157 205 212 24 4 0 56 277 13 61
Binary 1101111 10000101 10001010 10100 100 0 101110 10111111 1011 110001

Color Harmonies of #6F858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F858A

Black with #6F858A

Text Example


Text Example

White with #6F858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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