Html Css Color HEX #6E858B Gothic

📋 copy color: '#6E858B'

red 110 ◦ green 133 ◦ blue 139

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

Shades of Gothic #6E858B

Tints of Gothic #6E858B

RGB

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

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

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

R = 28.8%
G = 34.82%
B = 36.39%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E858B (or 0x6E858B) is known color: Gothic. HEX triplet: 6E, 85 and 8B. RGB value is (110,133,139). Sum of RGB (Red+Green+Blue) = 110+133+139=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E858B is #917A74. Grayscale: #7E7E7E. Windows color (decimal): -9534069 or 9143662. OLE color: 9143662.

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

Color convert

RGB 110 133 139 -
CMYK 0.21 0.04 0 0.45
HSL 192.41º 0.12% 0.49% -
HSV(B) 192.41º 0.21% 0.55% -
XYZ 19.48 21.95 27.64 -
YUV 126.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 110 133 139 0.21 0.04 0 0.45 192.41 0.12 0.49
Hex 6E 85 8B 15 4 0 2D C0 C 31
Octal 156 205 213 25 4 0 55 300 14 61
Binary 1101110 10000101 10001011 10101 100 0 101101 11000000 1100 110001

Color Harmonies of #6E858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E858B

Black with #6E858B

Text Example


Text Example

White with #6E858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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