Html Css Color HEX #6C988C Gumbo

📋 copy color: '#6C988C'

red 108 ◦ green 152 ◦ blue 140

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

Shades of Gumbo #6C988C

Tints of Gumbo #6C988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 27%
G = 38%
B = 35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#6C988C (or 0x6C988C) is known color: Gumbo. HEX triplet: 6C, 98 and 8C. RGB value is (108,152,140). Sum of RGB (Red+Green+Blue) = 108+152+140=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #6C988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C988C is #936773. Grayscale: #898989. Windows color (decimal): -9660276 or 9214060. OLE color: 9214060.

HSL color Cylindrical-coordinate representation of color #6C988C: hue angle of 163.64º 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 #6C988C is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 140 -
CMYK 0.29 0 0.08 0.40
HSL 163.64º 0.18% 0.51% -
HSV(B) 163.64º 0.29% 0.6% -
XYZ 22.15 27.54 28.96 -
YUV 137.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 108 152 140 0.29 0 0.08 0.40 163.64 0.18 0.51
Hex 6C 98 8C 1D 0 8 28 A4 12 33
Octal 154 230 214 35 0 10 50 244 22 63
Binary 1101100 10011000 10001100 11101 0 1000 101000 10100100 10010 110011

Color Harmonies of #6C988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C988C

Black with #6C988C

Text Example


Text Example

White with #6C988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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