Html Css Color HEX #638483 Gumbo

📋 copy color: '#638483'

red 99 ◦ green 132 ◦ blue 131

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

Shades of Gumbo #638483

Tints of Gumbo #638483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 27.35%
G = 36.46%
B = 36.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#638483 (or 0x638483) is known color: Gumbo. HEX triplet: 63, 84 and 83. RGB value is (99,132,131). Sum of RGB (Red+Green+Blue) = 99+132+131=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #638483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638483 is #9C7B7C. Grayscale: #797979. Windows color (decimal): -10255229 or 8619107. OLE color: 8619107.

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

Color convert

RGB 99 132 131 -
CMYK 0.25 0 0.01 0.48
HSL 178.18º 0.14% 0.45% -
HSV(B) 178.18º 0.25% 0.52% -
XYZ 17.49 20.79 24.56 -
YUV 122.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 99 132 131 0.25 0 0.01 0.48 178.18 0.14 0.45
Hex 63 84 83 19 0 1 30 B2 E 2D
Octal 143 204 203 31 0 1 60 262 16 55
Binary 1100011 10000100 10000011 11001 0 1 110000 10110010 1110 101101

Color Harmonies of #638483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638483

Black with #638483

Text Example


Text Example

White with #638483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638483; }

 p { color: rgb(99,132,131); }

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

background-color css

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

 a { background-color: rgb(99,132,131); }

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

border-color css

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

 span { border-color: rgb(99,132,131); }

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