Html Css Color HEX #6F858E Gothic

📋 copy color: '#6F858E'

red 111 ◦ green 133 ◦ blue 142

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

Shades of Gothic #6F858E

Tints of Gothic #6F858E

RGB

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

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

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

R = 28.76%
G = 34.46%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F858E (or 0x6F858E) is known color: Gothic. HEX triplet: 6F, 85 and 8E. RGB value is (111,133,142). Sum of RGB (Red+Green+Blue) = 111+133+142=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F858E is #907A71. Grayscale: #7F7F7F. Windows color (decimal): -9468530 or 9340271. OLE color: 9340271.

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

Color convert

RGB 111 133 142 -
CMYK 0.22 0.06 0 0.44
HSL 197.42º 0.12% 0.5% -
HSV(B) 197.42º 0.22% 0.56% -
XYZ 19.83 22.11 28.81 -
YUV 127.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 111 133 142 0.22 0.06 0 0.44 197.42 0.12 0.5
Hex 6F 85 8E 16 6 0 2C C5 C 32
Octal 157 205 216 26 6 0 54 305 14 62
Binary 1101111 10000101 10001110 10110 110 0 101100 11000101 1100 110010

Color Harmonies of #6F858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F858E

Black with #6F858E

Text Example


Text Example

White with #6F858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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