Html Css Color HEX #6E878D Gothic

📋 copy color: '#6E878D'

red 110 ◦ green 135 ◦ blue 141

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

Shades of Gothic #6E878D

Tints of Gothic #6E878D

RGB

 RED value IS 110 (43.36% from 255) = 28.5%

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 28.5%
G = 34.97%
B = 36.53%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E878D (or 0x6E878D) is known color: Gothic. HEX triplet: 6E, 87 and 8D. RGB value is (110,135,141). Sum of RGB (Red+Green+Blue) = 110+135+141=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E878D is #917872. Grayscale: #808080. Windows color (decimal): -9533555 or 9275246. OLE color: 9275246.

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

Color convert

RGB 110 135 141 -
CMYK 0.22 0.04 0 0.45
HSL 191.61º 0.12% 0.49% -
HSV(B) 191.61º 0.22% 0.55% -
XYZ 19.9 22.57 28.51 -
YUV 128.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 110 135 141 0.22 0.04 0 0.45 191.61 0.12 0.49
Hex 6E 87 8D 16 4 0 2D C0 C 31
Octal 156 207 215 26 4 0 55 300 14 61
Binary 1101110 10000111 10001101 10110 100 0 101101 11000000 1100 110001

Color Harmonies of #6E878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E878D

Black with #6E878D

Text Example


Text Example

White with #6E878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,135,141); }

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

background-color css

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

 a { background-color: rgb(110,135,141); }

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

border-color css

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

 span { border-color: rgb(110,135,141); }

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