Html Css Color HEX #6F858B Gothic

📋 copy color: '#6F858B'

red 111 ◦ green 133 ◦ blue 139

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

Shades of Gothic #6F858B

Tints of Gothic #6F858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 28.98%
G = 34.73%
B = 36.29%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F858B (or 0x6F858B) is known color: Gothic. HEX triplet: 6F, 85 and 8B. RGB value is (111,133,139). Sum of RGB (Red+Green+Blue) = 111+133+139=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F858B is #907A74. Grayscale: #7F7F7F. Windows color (decimal): -9468533 or 9143663. OLE color: 9143663.

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

Color convert

RGB 111 133 139 -
CMYK 0.20 0.04 0 0.45
HSL 192.86º 0.11% 0.49% -
HSV(B) 192.86º 0.2% 0.55% -
XYZ 19.6 22.02 27.64 -
YUV 127.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 111 133 139 0.20 0.04 0 0.45 192.86 0.11 0.49
Hex 6F 85 8B 14 4 0 2D C1 B 31
Octal 157 205 213 24 4 0 55 301 13 61
Binary 1101111 10000101 10001011 10100 100 0 101101 11000001 1011 110001

Color Harmonies of #6F858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F858B

Black with #6F858B

Text Example


Text Example

White with #6F858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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