Html Css Color HEX #6C928D Gumbo

📋 copy color: '#6C928D'

red 108 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #6C928D

Tints of Gumbo #6C928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

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

R = 27.34%
G = 36.96%
B = 35.7%

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

#6C928D (or 0x6C928D) is known color: Gumbo. HEX triplet: 6C, 92 and 8D. RGB value is (108,146,141). Sum of RGB (Red+Green+Blue) = 108+146+141=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #6C928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C928D is #936D72. Grayscale: #868686. Windows color (decimal): -9661811 or 9278060. OLE color: 9278060.

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

Color convert

RGB 108 146 141 -
CMYK 0.26 0 0.03 0.43
HSL 172.11º 0.15% 0.5% -
HSV(B) 172.11º 0.26% 0.57% -
XYZ 21.27 25.67 29.03 -
YUV 134.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 108 146 141 0.26 0 0.03 0.43 172.11 0.15 0.5
Hex 6C 92 8D 1A 0 3 2B AC F 32
Octal 154 222 215 32 0 3 53 254 17 62
Binary 1101100 10010010 10001101 11010 0 11 101011 10101100 1111 110010

Color Harmonies of #6C928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C928D

Black with #6C928D

Text Example


Text Example

White with #6C928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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