Html Css Color HEX #698886 Gumbo

📋 copy color: '#698886'

red 105 ◦ green 136 ◦ blue 134

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

Shades of Gumbo #698886

Tints of Gumbo #698886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 28%
G = 36.27%
B = 35.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#698886 (or 0x698886) is known color: Gumbo. HEX triplet: 69, 88 and 86. RGB value is (105,136,134). Sum of RGB (Red+Green+Blue) = 105+136+134=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #698886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698886 is #967779. Grayscale: #7E7E7E. Windows color (decimal): -9860986 or 8816745. OLE color: 8816745.

HSL color Cylindrical-coordinate representation of color #698886: hue angle of 176.13º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698886 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 134 -
CMYK 0.23 0 0.01 0.47
HSL 176.13º 0.13% 0.47% -
HSV(B) 176.13º 0.23% 0.53% -
XYZ 18.93 22.33 25.87 -
YUV 126.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 105 136 134 0.23 0 0.01 0.47 176.13 0.13 0.47
Hex 69 88 86 17 0 1 2F B0 D 2F
Octal 151 210 206 27 0 1 57 260 15 57
Binary 1101001 10001000 10000110 10111 0 1 101111 10110000 1101 101111

Color Harmonies of #698886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698886

Black with #698886

Text Example


Text Example

White with #698886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698886; }

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

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

background-color css

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

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

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

border-color css

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

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

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