Html Css Color HEX #698581 Gumbo

📋 copy color: '#698581'

red 105 ◦ green 133 ◦ blue 129

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

Shades of Gumbo #698581

Tints of Gumbo #698581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 28.61%
G = 36.24%
B = 35.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#698581 (or 0x698581) is known color: Gumbo. HEX triplet: 69, 85 and 81. RGB value is (105,133,129). Sum of RGB (Red+Green+Blue) = 105+133+129=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #698581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698581 is #967A7E. Grayscale: #7C7C7C. Windows color (decimal): -9861759 or 8488297. OLE color: 8488297.

HSL color Cylindrical-coordinate representation of color #698581: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698581 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 129 -
CMYK 0.21 0 0.03 0.48
HSL 171.43º 0.12% 0.47% -
HSV(B) 171.43º 0.21% 0.52% -
XYZ 18.18 21.36 23.93 -
YUV 124.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 105 133 129 0.21 0 0.03 0.48 171.43 0.12 0.47
Hex 69 85 81 15 0 3 30 AB C 2F
Octal 151 205 201 25 0 3 60 253 14 57
Binary 1101001 10000101 10000001 10101 0 11 110000 10101011 1100 101111

Color Harmonies of #698581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698581

Black with #698581

Text Example


Text Example

White with #698581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698581; }

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

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

background-color css

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

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

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

border-color css

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

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

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