Html Css Color HEX #6C908B Gumbo

📋 copy color: '#6C908B'

red 108 ◦ green 144 ◦ blue 139

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

Shades of Gumbo #6C908B

Tints of Gumbo #6C908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 27.62%
G = 36.83%
B = 35.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#6C908B (or 0x6C908B) is known color: Gumbo. HEX triplet: 6C, 90 and 8B. RGB value is (108,144,139). Sum of RGB (Red+Green+Blue) = 108+144+139=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #6C908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C908B is #936F74. Grayscale: #848484. Windows color (decimal): -9662325 or 9146476. OLE color: 9146476.

HSL color Cylindrical-coordinate representation of color #6C908B: hue angle of 171.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C908B is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 139 -
CMYK 0.25 0 0.03 0.44
HSL 171.67º 0.14% 0.49% -
HSV(B) 171.67º 0.25% 0.56% -
XYZ 20.82 25 28.15 -
YUV 132.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 108 144 139 0.25 0 0.03 0.44 171.67 0.14 0.49
Hex 6C 90 8B 19 0 3 2C AC E 31
Octal 154 220 213 31 0 3 54 254 16 61
Binary 1101100 10010000 10001011 11001 0 11 101100 10101100 1110 110001

Color Harmonies of #6C908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C908B

Black with #6C908B

Text Example


Text Example

White with #6C908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,144,139); }

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

background-color css

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

 a { background-color: rgb(108,144,139); }

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

border-color css

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

 span { border-color: rgb(108,144,139); }

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