Html Css Color HEX #699289 Gumbo

📋 copy color: '#699289'

red 105 ◦ green 146 ◦ blue 137

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

Shades of Gumbo #699289

Tints of Gumbo #699289

RGB

 RED value IS 105 (41.41% from 255) = 27.06%

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

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 27.06%
G = 37.63%
B = 35.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#699289 (or 0x699289) is known color: Gumbo. HEX triplet: 69, 92 and 89. RGB value is (105,146,137). Sum of RGB (Red+Green+Blue) = 105+146+137=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #699289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699289 is #966D76. Grayscale: #848484. Windows color (decimal): -9858423 or 9015913. OLE color: 9015913.

HSL color Cylindrical-coordinate representation of color #699289: hue angle of 166.83º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699289 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 137 -
CMYK 0.28 0 0.06 0.43
HSL 166.83º 0.16% 0.49% -
HSV(B) 166.83º 0.28% 0.57% -
XYZ 20.62 25.37 27.48 -
YUV 132.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 105 146 137 0.28 0 0.06 0.43 166.83 0.16 0.49
Hex 69 92 89 1C 0 6 2B A7 10 31
Octal 151 222 211 34 0 6 53 247 20 61
Binary 1101001 10010010 10001001 11100 0 110 101011 10100111 10000 110001

Color Harmonies of #699289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699289

Black with #699289

Text Example


Text Example

White with #699289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699289; }

 p { color: rgb(105,146,137); }

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

background-color css

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

 a { background-color: rgb(105,146,137); }

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

border-color css

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

 span { border-color: rgb(105,146,137); }

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