Html Css Color HEX #698785 Gumbo

📋 copy color: '#698785'

red 105 ◦ green 135 ◦ blue 133

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

Shades of Gumbo #698785

Tints of Gumbo #698785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 28.15%
G = 36.19%
B = 35.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#698785 (or 0x698785) is known color: Gumbo. HEX triplet: 69, 87 and 85. RGB value is (105,135,133). Sum of RGB (Red+Green+Blue) = 105+135+133=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #698785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698785 is #96787A. Grayscale: #7D7D7D. Windows color (decimal): -9861243 or 8750953. OLE color: 8750953.

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

Color convert

RGB 105 135 133 -
CMYK 0.22 0 0.01 0.47
HSL 176º 0.13% 0.47% -
HSV(B) 176º 0.22% 0.53% -
XYZ 18.72 22.02 25.45 -
YUV 125.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 105 135 133 0.22 0 0.01 0.47 176 0.13 0.47
Hex 69 87 85 16 0 1 2F B0 C 2F
Octal 151 207 205 26 0 1 57 260 14 57
Binary 1101001 10000111 10000101 10110 0 1 101111 10110000 1100 101111

Color Harmonies of #698785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698785

Black with #698785

Text Example


Text Example

White with #698785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698785; }

 p { color: rgb(105,135,133); }

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

background-color css

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

 a { background-color: rgb(105,135,133); }

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

border-color css

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

 span { border-color: rgb(105,135,133); }

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