Html Css Color HEX #6D948E Gumbo

📋 copy color: '#6D948E'

red 109 ◦ green 148 ◦ blue 142

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

Shades of Gumbo #6D948E

Tints of Gumbo #6D948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 27.32%
G = 37.09%
B = 35.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#6D948E (or 0x6D948E) is known color: Gumbo. HEX triplet: 6D, 94 and 8E. RGB value is (109,148,142). Sum of RGB (Red+Green+Blue) = 109+148+142=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #6D948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D948E is #926B71. Grayscale: #878787. Windows color (decimal): -9595762 or 9344109. OLE color: 9344109.

HSL color Cylindrical-coordinate representation of color #6D948E: hue angle of 170.77º 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 #6D948E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 148 142 -
CMYK 0.26 0 0.04 0.42
HSL 170.77º 0.15% 0.5% -
HSV(B) 170.77º 0.26% 0.58% -
XYZ 21.78 26.38 29.54 -
YUV 135.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 109 148 142 0.26 0 0.04 0.42 170.77 0.15 0.5
Hex 6D 94 8E 1A 0 4 2A AB F 32
Octal 155 224 216 32 0 4 52 253 17 62
Binary 1101101 10010100 10001110 11010 0 100 101010 10101011 1111 110010

Color Harmonies of #6D948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D948E

Black with #6D948E

Text Example


Text Example

White with #6D948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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