Html Css Color HEX #698584 Gumbo

📋 copy color: '#698584'

red 105 ◦ green 133 ◦ blue 132

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

Shades of Gumbo #698584

Tints of Gumbo #698584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 28.38%
G = 35.95%
B = 35.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#698584 (or 0x698584) is known color: Gumbo. HEX triplet: 69, 85 and 84. RGB value is (105,133,132). Sum of RGB (Red+Green+Blue) = 105+133+132=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #698584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698584 is #967A7B. Grayscale: #7C7C7C. Windows color (decimal): -9861756 or 8684905. OLE color: 8684905.

HSL color Cylindrical-coordinate representation of color #698584: hue angle of 177.86º 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 #698584 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 132 -
CMYK 0.21 0 0.01 0.48
HSL 177.86º 0.12% 0.47% -
HSV(B) 177.86º 0.21% 0.52% -
XYZ 18.38 21.44 25 -
YUV 124.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 105 133 132 0.21 0 0.01 0.48 177.86 0.12 0.47
Hex 69 85 84 15 0 1 30 B2 C 2F
Octal 151 205 204 25 0 1 60 262 14 57
Binary 1101001 10000101 10000100 10101 0 1 110000 10110010 1100 101111

Color Harmonies of #698584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698584

Black with #698584

Text Example


Text Example

White with #698584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698584; }

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

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

background-color css

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

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

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

border-color css

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

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

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