Html Css Color HEX #6C938E Gumbo

📋 copy color: '#6C938E'

red 108 ◦ green 147 ◦ blue 142

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

Shades of Gumbo #6C938E

Tints of Gumbo #6C938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 27.2%
G = 37.03%
B = 35.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#6C938E (or 0x6C938E) is known color: Gumbo. HEX triplet: 6C, 93 and 8E. RGB value is (108,147,142). Sum of RGB (Red+Green+Blue) = 108+147+142=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #6C938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C938E is #936C71. Grayscale: #868686. Windows color (decimal): -9661554 or 9343852. OLE color: 9343852.

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

Color convert

RGB 108 147 142 -
CMYK 0.27 0 0.03 0.42
HSL 172.31º 0.15% 0.5% -
HSV(B) 172.31º 0.27% 0.58% -
XYZ 21.5 26.01 29.48 -
YUV 134.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 108 147 142 0.27 0 0.03 0.42 172.31 0.15 0.5
Hex 6C 93 8E 1B 0 3 2A AC F 32
Octal 154 223 216 33 0 3 52 254 17 62
Binary 1101100 10010011 10001110 11011 0 11 101010 10101100 1111 110010

Color Harmonies of #6C938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C938E

Black with #6C938E

Text Example


Text Example

White with #6C938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,147,142); }

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

background-color css

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

 a { background-color: rgb(108,147,142); }

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

border-color css

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

 span { border-color: rgb(108,147,142); }

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