Html Css Color HEX #6E8788 Gothic

📋 copy color: '#6E8788'

red 110 ◦ green 135 ◦ blue 136

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

Shades of Gothic #6E8788

Tints of Gothic #6E8788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 28.87%
G = 35.43%
B = 35.7%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E8788 (or 0x6E8788) is known color: Gothic. HEX triplet: 6E, 87 and 88. RGB value is (110,135,136). Sum of RGB (Red+Green+Blue) = 110+135+136=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E8788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8788 is #917877. Grayscale: #7F7F7F. Windows color (decimal): -9533560 or 8947566. OLE color: 8947566.

HSL color Cylindrical-coordinate representation of color #6E8788: hue angle of 182.31º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8788 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 135 136 -
CMYK 0.19 0.01 0 0.47
HSL 182.31º 0.11% 0.48% -
HSV(B) 182.31º 0.19% 0.53% -
XYZ 19.54 22.42 26.59 -
YUV 127.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 110 135 136 0.19 0.01 0 0.47 182.31 0.11 0.48
Hex 6E 87 88 13 1 0 2F B6 B 30
Octal 156 207 210 23 1 0 57 266 13 60
Binary 1101110 10000111 10001000 10011 1 0 101111 10110110 1011 110000

Color Harmonies of #6E8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8788

Black with #6E8788

Text Example


Text Example

White with #6E8788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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