Html Css Color HEX #6E8692 Gothic

📋 copy color: '#6E8692'

red 110 ◦ green 134 ◦ blue 146

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

Shades of Gothic #6E8692

Tints of Gothic #6E8692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 28.21%
G = 34.36%
B = 37.44%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E8692 (or 0x6E8692) is known color: Gothic. HEX triplet: 6E, 86 and 92. RGB value is (110,134,146). Sum of RGB (Red+Green+Blue) = 110+134+146=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E8692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8692 is #91796D. Grayscale: #808080. Windows color (decimal): -9533806 or 9602670. OLE color: 9602670.

HSL color Cylindrical-coordinate representation of color #6E8692: hue angle of 200º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E8692 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 134 146 -
CMYK 0.25 0.08 0 0.43
HSL 200º 0.14% 0.5% -
HSV(B) 200º 0.25% 0.57% -
XYZ 20.14 22.44 30.46 -
YUV 128.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 110 134 146 0.25 0.08 0 0.43 200 0.14 0.5
Hex 6E 86 92 19 8 0 2B C8 E 32
Octal 156 206 222 31 10 0 53 310 16 62
Binary 1101110 10000110 10010010 11001 1000 0 101011 11001000 1110 110010

Color Harmonies of #6E8692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8692

Black with #6E8692

Text Example


Text Example

White with #6E8692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,146); }

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

background-color css

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

 a { background-color: rgb(110,134,146); }

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

border-color css

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

 span { border-color: rgb(110,134,146); }

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