Html Css Color HEX #6C928B Gumbo

📋 copy color: '#6C928B'

red 108 ◦ green 146 ◦ blue 139

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

Shades of Gumbo #6C928B

Tints of Gumbo #6C928B

RGB

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

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

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

R = 27.48%
G = 37.15%
B = 35.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#6C928B (or 0x6C928B) is known color: Gumbo. HEX triplet: 6C, 92 and 8B. RGB value is (108,146,139). Sum of RGB (Red+Green+Blue) = 108+146+139=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6C928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C928B is #936D74. Grayscale: #858585. Windows color (decimal): -9661813 or 9146988. OLE color: 9146988.

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

Color convert

RGB 108 146 139 -
CMYK 0.26 0 0.05 0.43
HSL 168.95º 0.15% 0.5% -
HSV(B) 168.95º 0.26% 0.57% -
XYZ 21.12 25.61 28.26 -
YUV 133.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 108 146 139 0.26 0 0.05 0.43 168.95 0.15 0.5
Hex 6C 92 8B 1A 0 5 2B A9 F 32
Octal 154 222 213 32 0 5 53 251 17 62
Binary 1101100 10010010 10001011 11010 0 101 101011 10101001 1111 110010

Color Harmonies of #6C928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C928B

Black with #6C928B

Text Example


Text Example

White with #6C928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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