Html Css Color HEX #6F9890 Gumbo

📋 copy color: '#6F9890'

red 111 ◦ green 152 ◦ blue 144

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

Shades of Gumbo #6F9890

Tints of Gumbo #6F9890

RGB

 RED value IS 111 (43.75% from 255) = 27.27%

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

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

R = 27.27%
G = 37.35%
B = 35.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#6F9890 (or 0x6F9890) is known color: Gumbo. HEX triplet: 6F, 98 and 90. RGB value is (111,152,144). Sum of RGB (Red+Green+Blue) = 111+152+144=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9890 is #90676F. Grayscale: #8A8A8A. Windows color (decimal): -9463664 or 9476207. OLE color: 9476207.

HSL color Cylindrical-coordinate representation of color #6F9890: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9890 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 144 -
CMYK 0.27 0 0.05 0.40
HSL 168.29º 0.17% 0.52% -
HSV(B) 168.29º 0.27% 0.6% -
XYZ 22.82 27.85 30.56 -
YUV 138.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 111 152 144 0.27 0 0.05 0.40 168.29 0.17 0.52
Hex 6F 98 90 1B 0 5 28 A8 11 34
Octal 157 230 220 33 0 5 50 250 21 64
Binary 1101111 10011000 10010000 11011 0 101 101000 10101000 10001 110100

Color Harmonies of #6F9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9890

Black with #6F9890

Text Example


Text Example

White with #6F9890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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