Html Css Color HEX #699088 Gumbo

📋 copy color: '#699088'

red 105 ◦ green 144 ◦ blue 136

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

Shades of Gumbo #699088

Tints of Gumbo #699088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

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

R = 27.27%
G = 37.4%
B = 35.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#699088 (or 0x699088) is known color: Gumbo. HEX triplet: 69, 90 and 88. RGB value is (105,144,136). Sum of RGB (Red+Green+Blue) = 105+144+136=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #699088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699088 is #966F77. Grayscale: #838383. Windows color (decimal): -9858936 or 8949865. OLE color: 8949865.

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

Color convert

RGB 105 144 136 -
CMYK 0.27 0 0.06 0.44
HSL 167.69º 0.16% 0.49% -
HSV(B) 167.69º 0.27% 0.56% -
XYZ 20.24 24.73 27 -
YUV 131.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 105 144 136 0.27 0 0.06 0.44 167.69 0.16 0.49
Hex 69 90 88 1B 0 6 2C A8 10 31
Octal 151 220 210 33 0 6 54 250 20 61
Binary 1101001 10010000 10001000 11011 0 110 101100 10101000 10000 110001

Color Harmonies of #699088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699088

Black with #699088

Text Example


Text Example

White with #699088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699088; }

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

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

background-color css

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

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

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

border-color css

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

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

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