Html Css Color HEX #63938F Gumbo

📋 copy color: '#63938F'

red 99 ◦ green 147 ◦ blue 143

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

Shades of Gumbo #63938F

Tints of Gumbo #63938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 25.45%
G = 37.79%
B = 36.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#63938F (or 0x63938F) is known color: Gumbo. HEX triplet: 63, 93 and 8F. RGB value is (99,147,143). Sum of RGB (Red+Green+Blue) = 99+147+143=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #63938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63938F is #9C6C70. Grayscale: #848484. Windows color (decimal): -10251377 or 9409379. OLE color: 9409379.

HSL color Cylindrical-coordinate representation of color #63938F: hue angle of 175º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63938F is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 143 -
CMYK 0.33 0 0.03 0.42
HSL 175º 0.2% 0.48% -
HSV(B) 175º 0.33% 0.58% -
XYZ 20.54 25.5 29.83 -
YUV 132.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 99 147 143 0.33 0 0.03 0.42 175 0.2 0.48
Hex 63 93 8F 21 0 3 2A AF 14 30
Octal 143 223 217 41 0 3 52 257 24 60
Binary 1100011 10010011 10001111 100001 0 11 101010 10101111 10100 110000

Color Harmonies of #63938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63938F

Black with #63938F

Text Example


Text Example

White with #63938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63938F; }

 p { color: rgb(99,147,143); }

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

background-color css

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

 a { background-color: rgb(99,147,143); }

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

border-color css

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

 span { border-color: rgb(99,147,143); }

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