Html Css Color HEX #638986 Gumbo

📋 copy color: '#638986'

red 99 ◦ green 137 ◦ blue 134

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

Shades of Gumbo #638986

Tints of Gumbo #638986

RGB

 RED value IS 99 (39.06% from 255) = 26.76%

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 26.76%
G = 37.03%
B = 36.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#638986 (or 0x638986) is known color: Gumbo. HEX triplet: 63, 89 and 86. RGB value is (99,137,134). Sum of RGB (Red+Green+Blue) = 99+137+134=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #638986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638986 is #9C7679. Grayscale: #7D7D7D. Windows color (decimal): -10253946 or 8816995. OLE color: 8816995.

HSL color Cylindrical-coordinate representation of color #638986: hue angle of 175.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638986 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 134 -
CMYK 0.28 0 0.02 0.46
HSL 175.26º 0.16% 0.46% -
HSV(B) 175.26º 0.28% 0.54% -
XYZ 18.39 22.27 25.88 -
YUV 125.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 99 137 134 0.28 0 0.02 0.46 175.26 0.16 0.46
Hex 63 89 86 1C 0 2 2E AF 10 2E
Octal 143 211 206 34 0 2 56 257 20 56
Binary 1100011 10001001 10000110 11100 0 10 101110 10101111 10000 101110

Color Harmonies of #638986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638986

Black with #638986

Text Example


Text Example

White with #638986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638986; }

 p { color: rgb(99,137,134); }

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

background-color css

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

 a { background-color: rgb(99,137,134); }

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

border-color css

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

 span { border-color: rgb(99,137,134); }

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