Html Css Color HEX #6E939C Gothic

📋 copy color: '#6E939C'

red 110 ◦ green 147 ◦ blue 156

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

Shades of Gothic #6E939C

Tints of Gothic #6E939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 26.63%
G = 35.59%
B = 37.77%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E939C (or 0x6E939C) is known color: Gothic. HEX triplet: 6E, 93 and 9C. RGB value is (110,147,156). Sum of RGB (Red+Green+Blue) = 110+147+156=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E939C is #916C63. Grayscale: #888888. Windows color (decimal): -9530468 or 10261358. OLE color: 10261358.

HSL color Cylindrical-coordinate representation of color #6E939C: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E939C is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 147 156 -
CMYK 0.29 0.06 0 0.39
HSL 191.74º 0.19% 0.52% -
HSV(B) 191.74º 0.29% 0.61% -
XYZ 22.86 26.58 35.38 -
YUV 136.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 110 147 156 0.29 0.06 0 0.39 191.74 0.19 0.52
Hex 6E 93 9C 1D 6 0 27 C0 13 34
Octal 156 223 234 35 6 0 47 300 23 64
Binary 1101110 10010011 10011100 11101 110 0 100111 11000000 10011 110100

Color Harmonies of #6E939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E939C

Black with #6E939C

Text Example


Text Example

White with #6E939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,156); }

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

background-color css

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

 a { background-color: rgb(110,147,156); }

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

border-color css

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

 span { border-color: rgb(110,147,156); }

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