Html Css Color HEX #6D939B Gothic

📋 copy color: '#6D939B'

red 109 ◦ green 147 ◦ blue 155

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

Shades of Gothic #6D939B

Tints of Gothic #6D939B

RGB

 RED value IS 109 (42.97% from 255) = 26.52%

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

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 26.52%
G = 35.77%
B = 37.71%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D939B (or 0x6D939B) is known color: Gothic. HEX triplet: 6D, 93 and 9B. RGB value is (109,147,155). Sum of RGB (Red+Green+Blue) = 109+147+155=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D939B is #926C64. Grayscale: #888888. Windows color (decimal): -9596005 or 10195821. OLE color: 10195821.

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

Color convert

RGB 109 147 155 -
CMYK 0.30 0.05 0 0.39
HSL 190.43º 0.19% 0.52% -
HSV(B) 190.43º 0.3% 0.61% -
XYZ 22.66 26.49 34.93 -
YUV 136.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 109 147 155 0.30 0.05 0 0.39 190.43 0.19 0.52
Hex 6D 93 9B 1E 5 0 27 BE 13 34
Octal 155 223 233 36 5 0 47 276 23 64
Binary 1101101 10010011 10011011 11110 101 0 100111 10111110 10011 110100

Color Harmonies of #6D939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D939B

Black with #6D939B

Text Example


Text Example

White with #6D939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,147,155); }

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

background-color css

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

 a { background-color: rgb(109,147,155); }

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

border-color css

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

 span { border-color: rgb(109,147,155); }

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