Html Css Color HEX #699890 Gumbo

📋 copy color: '#699890'

red 105 ◦ green 152 ◦ blue 144

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

Shades of Gumbo #699890

Tints of Gumbo #699890

RGB

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

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

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

R = 26.18%
G = 37.91%
B = 35.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#699890 (or 0x699890) is known color: Gumbo. HEX triplet: 69, 98 and 90. RGB value is (105,152,144). Sum of RGB (Red+Green+Blue) = 105+152+144=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #699890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699890 is #96676F. Grayscale: #898989. Windows color (decimal): -9856880 or 9476201. OLE color: 9476201.

HSL color Cylindrical-coordinate representation of color #699890: hue angle of 169.79º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699890 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 144 -
CMYK 0.31 0 0.05 0.40
HSL 169.79º 0.19% 0.5% -
HSV(B) 169.79º 0.31% 0.6% -
XYZ 22.09 27.47 30.52 -
YUV 137.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 105 152 144 0.31 0 0.05 0.40 169.79 0.19 0.5
Hex 69 98 90 1F 0 5 28 AA 13 32
Octal 151 230 220 37 0 5 50 252 23 62
Binary 1101001 10011000 10010000 11111 0 101 101000 10101010 10011 110010

Color Harmonies of #699890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699890

Black with #699890

Text Example


Text Example

White with #699890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699890; }

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

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

background-color css

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

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

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

border-color css

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

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

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