Html Css Color HEX #6B8883 Gumbo

📋 copy color: '#6B8883'

red 107 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #6B8883

Tints of Gumbo #6B8883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 28.61%
G = 36.36%
B = 35.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#6B8883 (or 0x6B8883) is known color: Gumbo. HEX triplet: 6B, 88 and 83. RGB value is (107,136,131). Sum of RGB (Red+Green+Blue) = 107+136+131=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8883 is #94777C. Grayscale: #7E7E7E. Windows color (decimal): -9729917 or 8620139. OLE color: 8620139.

HSL color Cylindrical-coordinate representation of color #6B8883: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8883 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 136 131 -
CMYK 0.21 0 0.04 0.47
HSL 169.66º 0.12% 0.48% -
HSV(B) 169.66º 0.21% 0.53% -
XYZ 18.96 22.37 24.79 -
YUV 126.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 107 136 131 0.21 0 0.04 0.47 169.66 0.12 0.48
Hex 6B 88 83 15 0 4 2F AA C 30
Octal 153 210 203 25 0 4 57 252 14 60
Binary 1101011 10001000 10000011 10101 0 100 101111 10101010 1100 110000

Color Harmonies of #6B8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8883

Black with #6B8883

Text Example


Text Example

White with #6B8883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,136,131); }

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

background-color css

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

 a { background-color: rgb(107,136,131); }

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

border-color css

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

 span { border-color: rgb(107,136,131); }

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