Html Css Color HEX #6F9288 Gumbo

📋 copy color: '#6F9288'

red 111 ◦ green 146 ◦ blue 136

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

Shades of Gumbo #6F9288

Tints of Gumbo #6F9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 28.24%
G = 37.15%
B = 34.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#6F9288 (or 0x6F9288) is known color: Gumbo. HEX triplet: 6F, 92 and 88. RGB value is (111,146,136). Sum of RGB (Red+Green+Blue) = 111+146+136=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9288 is #906D77. Grayscale: #868686. Windows color (decimal): -9465208 or 8950383. OLE color: 8950383.

HSL color Cylindrical-coordinate representation of color #6F9288: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9288 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 146 136 -
CMYK 0.24 0 0.07 0.43
HSL 162.86º 0.14% 0.5% -
HSV(B) 162.86º 0.24% 0.57% -
XYZ 21.28 25.71 27.13 -
YUV 134.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 111 146 136 0.24 0 0.07 0.43 162.86 0.14 0.5
Hex 6F 92 88 18 0 7 2B A3 E 32
Octal 157 222 210 30 0 7 53 243 16 62
Binary 1101111 10010010 10001000 11000 0 111 101011 10100011 1110 110010

Color Harmonies of #6F9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9288

Black with #6F9288

Text Example


Text Example

White with #6F9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,146,136); }

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

background-color css

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

 a { background-color: rgb(111,146,136); }

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

border-color css

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

 span { border-color: rgb(111,146,136); }

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