Html Css Color HEX #698B89 Gumbo

📋 copy color: '#698B89'

red 105 ◦ green 139 ◦ blue 137

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

Shades of Gumbo #698B89

Tints of Gumbo #698B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 27.56%
G = 36.48%
B = 35.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#698B89 (or 0x698B89) is known color: Gumbo. HEX triplet: 69, 8B and 89. RGB value is (105,139,137). Sum of RGB (Red+Green+Blue) = 105+139+137=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #698B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B89 is #967476. Grayscale: #808080. Windows color (decimal): -9860215 or 9014121. OLE color: 9014121.

HSL color Cylindrical-coordinate representation of color #698B89: hue angle of 176.47º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698B89 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 137 -
CMYK 0.24 0 0.01 0.45
HSL 176.47º 0.14% 0.48% -
HSV(B) 176.47º 0.24% 0.55% -
XYZ 19.57 23.27 27.13 -
YUV 128.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 105 139 137 0.24 0 0.01 0.45 176.47 0.14 0.48
Hex 69 8B 89 18 0 1 2D B0 E 30
Octal 151 213 211 30 0 1 55 260 16 60
Binary 1101001 10001011 10001001 11000 0 1 101101 10110000 1110 110000

Color Harmonies of #698B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B89

Black with #698B89

Text Example


Text Example

White with #698B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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