Html Css Color HEX #6C8988 Gumbo

📋 copy color: '#6C8988'

red 108 ◦ green 137 ◦ blue 136

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

Shades of Gumbo #6C8988

Tints of Gumbo #6C8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 28.35%
G = 35.96%
B = 35.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#6C8988 (or 0x6C8988) is known color: Gumbo. HEX triplet: 6C, 89 and 88. RGB value is (108,137,136). Sum of RGB (Red+Green+Blue) = 108+137+136=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8988 is #937677. Grayscale: #808080. Windows color (decimal): -9664120 or 8948076. OLE color: 8948076.

HSL color Cylindrical-coordinate representation of color #6C8988: hue angle of 177.93º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8988 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 137 136 -
CMYK 0.21 0 0.01 0.46
HSL 177.93º 0.12% 0.48% -
HSV(B) 177.93º 0.21% 0.54% -
XYZ 19.57 22.86 26.67 -
YUV 128.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 108 137 136 0.21 0 0.01 0.46 177.93 0.12 0.48
Hex 6C 89 88 15 0 1 2E B2 C 30
Octal 154 211 210 25 0 1 56 262 14 60
Binary 1101100 10001001 10001000 10101 0 1 101110 10110010 1100 110000

Color Harmonies of #6C8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8988

Black with #6C8988

Text Example


Text Example

White with #6C8988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,137,136); }

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

background-color css

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

 a { background-color: rgb(108,137,136); }

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

border-color css

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

 span { border-color: rgb(108,137,136); }

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