Html Css Color HEX #6D838A Gothic

📋 copy color: '#6D838A'

red 109 ◦ green 131 ◦ blue 138

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

Shades of Gothic #6D838A

Tints of Gothic #6D838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 28.84%
G = 34.66%
B = 36.51%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D838A (or 0x6D838A) is known color: Gothic. HEX triplet: 6D, 83 and 8A. RGB value is (109,131,138). Sum of RGB (Red+Green+Blue) = 109+131+138=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D838A is #927C75. Grayscale: #7D7D7D. Windows color (decimal): -9600118 or 9077613. OLE color: 9077613.

HSL color Cylindrical-coordinate representation of color #6D838A: hue angle of 194.48º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D838A is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 131 138 -
CMYK 0.21 0.05 0 0.46
HSL 194.48º 0.12% 0.48% -
HSV(B) 194.48º 0.21% 0.54% -
XYZ 19.01 21.32 27.16 -
YUV 125.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 109 131 138 0.21 0.05 0 0.46 194.48 0.12 0.48
Hex 6D 83 8A 15 5 0 2E C2 C 30
Octal 155 203 212 25 5 0 56 302 14 60
Binary 1101101 10000011 10001010 10101 101 0 101110 11000010 1100 110000

Color Harmonies of #6D838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D838A

Black with #6D838A

Text Example


Text Example

White with #6D838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,138); }

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

background-color css

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

 a { background-color: rgb(109,131,138); }

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

border-color css

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

 span { border-color: rgb(109,131,138); }

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