Html Css Color HEX #6C988D Gumbo

📋 copy color: '#6C988D'

red 108 ◦ green 152 ◦ blue 141

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

Shades of Gumbo #6C988D

Tints of Gumbo #6C988D

RGB

 RED value IS 108 (42.58% from 255) = 26.93%

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 26.93%
G = 37.91%
B = 35.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#6C988D (or 0x6C988D) is known color: Gumbo. HEX triplet: 6C, 98 and 8D. RGB value is (108,152,141). Sum of RGB (Red+Green+Blue) = 108+152+141=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #6C988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C988D is #936772. Grayscale: #898989. Windows color (decimal): -9660275 or 9279596. OLE color: 9279596.

HSL color Cylindrical-coordinate representation of color #6C988D: hue angle of 165º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C988D is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 141 -
CMYK 0.29 0 0.07 0.40
HSL 165º 0.18% 0.51% -
HSV(B) 165º 0.29% 0.6% -
XYZ 22.22 27.57 29.35 -
YUV 137.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 108 152 141 0.29 0 0.07 0.40 165 0.18 0.51
Hex 6C 98 8D 1D 0 7 28 A5 12 33
Octal 154 230 215 35 0 7 50 245 22 63
Binary 1101100 10011000 10001101 11101 0 111 101000 10100101 10010 110011

Color Harmonies of #6C988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C988D

Black with #6C988D

Text Example


Text Example

White with #6C988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,152,141); }

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

background-color css

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

 a { background-color: rgb(108,152,141); }

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

border-color css

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

 span { border-color: rgb(108,152,141); }

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