Html Css Color HEX #6D948B Gumbo

📋 copy color: '#6D948B'

red 109 ◦ green 148 ◦ blue 139

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

Shades of Gumbo #6D948B

Tints of Gumbo #6D948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 27.53%
G = 37.37%
B = 35.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#6D948B (or 0x6D948B) is known color: Gumbo. HEX triplet: 6D, 94 and 8B. RGB value is (109,148,139). Sum of RGB (Red+Green+Blue) = 109+148+139=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #6D948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D948B is #926B74. Grayscale: #878787. Windows color (decimal): -9595765 or 9147501. OLE color: 9147501.

HSL color Cylindrical-coordinate representation of color #6D948B: hue angle of 166.15º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D948B is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 148 139 -
CMYK 0.26 0 0.06 0.42
HSL 166.15º 0.15% 0.5% -
HSV(B) 166.15º 0.26% 0.58% -
XYZ 21.56 26.3 28.37 -
YUV 135.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 109 148 139 0.26 0 0.06 0.42 166.15 0.15 0.5
Hex 6D 94 8B 1A 0 6 2A A6 F 32
Octal 155 224 213 32 0 6 52 246 17 62
Binary 1101101 10010100 10001011 11010 0 110 101010 10100110 1111 110010

Color Harmonies of #6D948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D948B

Black with #6D948B

Text Example


Text Example

White with #6D948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,148,139); }

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

background-color css

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

 a { background-color: rgb(109,148,139); }

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

border-color css

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

 span { border-color: rgb(109,148,139); }

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