Html Css Color HEX #6C918D Gumbo

📋 copy color: '#6C918D'

red 108 ◦ green 145 ◦ blue 141

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

Shades of Gumbo #6C918D

Tints of Gumbo #6C918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 27.41%
G = 36.8%
B = 35.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6C918D (or 0x6C918D) is known color: Gumbo. HEX triplet: 6C, 91 and 8D. RGB value is (108,145,141). Sum of RGB (Red+Green+Blue) = 108+145+141=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #6C918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C918D is #936E72. Grayscale: #858585. Windows color (decimal): -9662067 or 9277804. OLE color: 9277804.

HSL color Cylindrical-coordinate representation of color #6C918D: hue angle of 173.51º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C918D is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 145 141 -
CMYK 0.26 0 0.03 0.43
HSL 173.51º 0.15% 0.5% -
HSV(B) 173.51º 0.26% 0.57% -
XYZ 21.12 25.36 28.98 -
YUV 133.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 108 145 141 0.26 0 0.03 0.43 173.51 0.15 0.5
Hex 6C 91 8D 1A 0 3 2B AE F 32
Octal 154 221 215 32 0 3 53 256 17 62
Binary 1101100 10010001 10001101 11010 0 11 101011 10101110 1111 110010

Color Harmonies of #6C918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C918D

Black with #6C918D

Text Example


Text Example

White with #6C918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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