Html Css Color HEX #6D8691 Gothic

📋 copy color: '#6D8691'

red 109 ◦ green 134 ◦ blue 145

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

Shades of Gothic #6D8691

Tints of Gothic #6D8691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 28.09%
G = 34.54%
B = 37.37%

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

#6D8691 (or 0x6D8691) is known color: Gothic. HEX triplet: 6D, 86 and 91. RGB value is (109,134,145). Sum of RGB (Red+Green+Blue) = 109+134+145=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D8691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8691 is #92796E. Grayscale: #7F7F7F. Windows color (decimal): -9599343 or 9537133. OLE color: 9537133.

HSL color Cylindrical-coordinate representation of color #6D8691: hue angle of 198.33º 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 #6D8691 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 134 145 -
CMYK 0.25 0.08 0 0.43
HSL 198.33º 0.14% 0.5% -
HSV(B) 198.33º 0.25% 0.57% -
XYZ 19.94 22.35 30.05 -
YUV 127.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 109 134 145 0.25 0.08 0 0.43 198.33 0.14 0.5
Hex 6D 86 91 19 8 0 2B C6 E 32
Octal 155 206 221 31 10 0 53 306 16 62
Binary 1101101 10000110 10010001 11001 1000 0 101011 11000110 1110 110010

Color Harmonies of #6D8691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8691

Black with #6D8691

Text Example


Text Example

White with #6D8691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,134,145); }

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

background-color css

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

 a { background-color: rgb(109,134,145); }

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

border-color css

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

 span { border-color: rgb(109,134,145); }

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