Html Css Color HEX #6B9890 Gumbo

📋 copy color: '#6B9890'

red 107 ◦ green 152 ◦ blue 144

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

Shades of Gumbo #6B9890

Tints of Gumbo #6B9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 26.55%
G = 37.72%
B = 35.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#6B9890 (or 0x6B9890) is known color: Gumbo. HEX triplet: 6B, 98 and 90. RGB value is (107,152,144). Sum of RGB (Red+Green+Blue) = 107+152+144=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9890 is #94676F. Grayscale: #898989. Windows color (decimal): -9725808 or 9476203. OLE color: 9476203.

HSL color Cylindrical-coordinate representation of color #6B9890: hue angle of 169.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9890 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 144 -
CMYK 0.30 0 0.05 0.40
HSL 169.33º 0.18% 0.51% -
HSV(B) 169.33º 0.3% 0.6% -
XYZ 22.33 27.6 30.54 -
YUV 137.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 107 152 144 0.30 0 0.05 0.40 169.33 0.18 0.51
Hex 6B 98 90 1E 0 5 28 A9 12 33
Octal 153 230 220 36 0 5 50 251 22 63
Binary 1101011 10011000 10010000 11110 0 101 101000 10101001 10010 110011

Color Harmonies of #6B9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9890

Black with #6B9890

Text Example


Text Example

White with #6B9890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,152,144); }

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

background-color css

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

 a { background-color: rgb(107,152,144); }

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

border-color css

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

 span { border-color: rgb(107,152,144); }

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