Html Css Color HEX #6D9088 Gumbo

📋 copy color: '#6D9088'

red 109 ◦ green 144 ◦ blue 136

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

Shades of Gumbo #6D9088

Tints of Gumbo #6D9088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

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

R = 28.02%
G = 37.02%
B = 34.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#6D9088 (or 0x6D9088) is known color: Gumbo. HEX triplet: 6D, 90 and 88. RGB value is (109,144,136). Sum of RGB (Red+Green+Blue) = 109+144+136=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9088 is #926F77. Grayscale: #848484. Windows color (decimal): -9596792 or 8949869. OLE color: 8949869.

HSL color Cylindrical-coordinate representation of color #6D9088: hue angle of 166.29º 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 #6D9088 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 136 -
CMYK 0.24 0 0.06 0.44
HSL 166.29º 0.14% 0.5% -
HSV(B) 166.29º 0.24% 0.56% -
XYZ 20.72 24.98 27.02 -
YUV 132.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 109 144 136 0.24 0 0.06 0.44 166.29 0.14 0.5
Hex 6D 90 88 18 0 6 2C A6 E 32
Octal 155 220 210 30 0 6 54 246 16 62
Binary 1101101 10010000 10001000 11000 0 110 101100 10100110 1110 110010

Color Harmonies of #6D9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9088

Black with #6D9088

Text Example


Text Example

White with #6D9088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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