Html Css Color HEX #6D9288 Gumbo

📋 copy color: '#6D9288'

red 109 ◦ green 146 ◦ blue 136

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

Shades of Gumbo #6D9288

Tints of Gumbo #6D9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 27.88%
G = 37.34%
B = 34.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#6D9288 (or 0x6D9288) is known color: Gumbo. HEX triplet: 6D, 92 and 88. RGB value is (109,146,136). Sum of RGB (Red+Green+Blue) = 109+146+136=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9288 is #926D77. Grayscale: #858585. Windows color (decimal): -9596280 or 8950381. OLE color: 8950381.

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

Color convert

RGB 109 146 136 -
CMYK 0.25 0 0.07 0.43
HSL 163.78º 0.15% 0.5% -
HSV(B) 163.78º 0.25% 0.57% -
XYZ 21.03 25.59 27.12 -
YUV 133.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 109 146 136 0.25 0 0.07 0.43 163.78 0.15 0.5
Hex 6D 92 88 19 0 7 2B A4 F 32
Octal 155 222 210 31 0 7 53 244 17 62
Binary 1101101 10010010 10001000 11001 0 111 101011 10100100 1111 110010

Color Harmonies of #6D9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9288

Black with #6D9288

Text Example


Text Example

White with #6D9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,136); }

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

background-color css

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

 a { background-color: rgb(109,146,136); }

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

border-color css

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

 span { border-color: rgb(109,146,136); }

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