Html Css Color HEX #6B938E Gumbo

📋 copy color: '#6B938E'

red 107 ◦ green 147 ◦ blue 142

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

Shades of Gumbo #6B938E

Tints of Gumbo #6B938E

RGB

 RED value IS 107 (42.19% from 255) = 27.02%

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

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

R = 27.02%
G = 37.12%
B = 35.86%

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

#6B938E (or 0x6B938E) is known color: Gumbo. HEX triplet: 6B, 93 and 8E. RGB value is (107,147,142). Sum of RGB (Red+Green+Blue) = 107+147+142=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #6B938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B938E is #946C71. Grayscale: #868686. Windows color (decimal): -9727090 or 9343851. OLE color: 9343851.

HSL color Cylindrical-coordinate representation of color #6B938E: hue angle of 172.5º degrees, saturation: 0.16, 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 #6B938E is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 147 142 -
CMYK 0.27 0 0.03 0.42
HSL 172.5º 0.16% 0.5% -
HSV(B) 172.5º 0.27% 0.58% -
XYZ 21.38 25.95 29.47 -
YUV 134.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 107 147 142 0.27 0 0.03 0.42 172.5 0.16 0.5
Hex 6B 93 8E 1B 0 3 2A AC 10 32
Octal 153 223 216 33 0 3 52 254 20 62
Binary 1101011 10010011 10001110 11011 0 11 101010 10101100 10000 110010

Color Harmonies of #6B938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B938E

Black with #6B938E

Text Example


Text Example

White with #6B938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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