Html Css Color HEX #6D928D Gumbo

📋 copy color: '#6D928D'

red 109 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #6D928D

Tints of Gumbo #6D928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 27.53%
G = 36.87%
B = 35.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6D928D (or 0x6D928D) is known color: Gumbo. HEX triplet: 6D, 92 and 8D. RGB value is (109,146,141). Sum of RGB (Red+Green+Blue) = 109+146+141=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928D is #926D72. Grayscale: #868686. Windows color (decimal): -9596275 or 9278061. OLE color: 9278061.

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

Color convert

RGB 109 146 141 -
CMYK 0.25 0 0.03 0.43
HSL 171.89º 0.15% 0.5% -
HSV(B) 171.89º 0.25% 0.57% -
XYZ 21.39 25.73 29.04 -
YUV 134.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 109 146 141 0.25 0 0.03 0.43 171.89 0.15 0.5
Hex 6D 92 8D 19 0 3 2B AC F 32
Octal 155 222 215 31 0 3 53 254 17 62
Binary 1101101 10010010 10001101 11001 0 11 101011 10101100 1111 110010

Color Harmonies of #6D928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D928D

Black with #6D928D

Text Example


Text Example

White with #6D928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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