Html Css Color HEX #6C908C Gumbo

📋 copy color: '#6C908C'

red 108 ◦ green 144 ◦ blue 140

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

Shades of Gumbo #6C908C

Tints of Gumbo #6C908C

RGB

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

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

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

R = 27.55%
G = 36.73%
B = 35.71%

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

#6C908C (or 0x6C908C) is known color: Gumbo. HEX triplet: 6C, 90 and 8C. RGB value is (108,144,140). Sum of RGB (Red+Green+Blue) = 108+144+140=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #6C908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C908C is #936F73. Grayscale: #848484. Windows color (decimal): -9662324 or 9212012. OLE color: 9212012.

HSL color Cylindrical-coordinate representation of color #6C908C: hue angle of 173.33º 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 #6C908C is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 140 -
CMYK 0.25 0 0.03 0.44
HSL 173.33º 0.14% 0.49% -
HSV(B) 173.33º 0.25% 0.56% -
XYZ 20.89 25.03 28.54 -
YUV 132.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 108 144 140 0.25 0 0.03 0.44 173.33 0.14 0.49
Hex 6C 90 8C 19 0 3 2C AD E 31
Octal 154 220 214 31 0 3 54 255 16 61
Binary 1101100 10010000 10001100 11001 0 11 101100 10101101 1110 110001

Color Harmonies of #6C908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C908C

Black with #6C908C

Text Example


Text Example

White with #6C908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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