Html Css Color HEX #6D8590 Gothic

📋 copy color: '#6D8590'

red 109 ◦ green 133 ◦ blue 144

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

Shades of Gothic #6D8590

Tints of Gothic #6D8590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 28.24%
G = 34.46%
B = 37.31%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D8590 (or 0x6D8590) is known color: Gothic. HEX triplet: 6D, 85 and 90. RGB value is (109,133,144). Sum of RGB (Red+Green+Blue) = 109+133+144=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D8590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8590 is #927A6F. Grayscale: #7F7F7F. Windows color (decimal): -9599600 or 9471341. OLE color: 9471341.

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

Color convert

RGB 109 133 144 -
CMYK 0.24 0.08 0 0.44
HSL 198.86º 0.14% 0.5% -
HSV(B) 198.86º 0.24% 0.56% -
XYZ 19.73 22.04 29.6 -
YUV 127.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 109 133 144 0.24 0.08 0 0.44 198.86 0.14 0.5
Hex 6D 85 90 18 8 0 2C C7 E 32
Octal 155 205 220 30 10 0 54 307 16 62
Binary 1101101 10000101 10010000 11000 1000 0 101100 11000111 1110 110010

Color Harmonies of #6D8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8590

Black with #6D8590

Text Example


Text Example

White with #6D8590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,144); }

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

background-color css

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

 a { background-color: rgb(109,133,144); }

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

border-color css

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

 span { border-color: rgb(109,133,144); }

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