Html Css Color HEX #63988F Gumbo

📋 copy color: '#63988F'

red 99 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #63988F

Tints of Gumbo #63988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 25.13%
G = 38.58%
B = 36.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#63988F (or 0x63988F) is known color: Gumbo. HEX triplet: 63, 98 and 8F. RGB value is (99,152,143). Sum of RGB (Red+Green+Blue) = 99+152+143=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #63988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988F is #9C6770. Grayscale: #878787. Windows color (decimal): -10250097 or 9410659. OLE color: 9410659.

HSL color Cylindrical-coordinate representation of color #63988F: hue angle of 169.81º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63988F is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 143 -
CMYK 0.35 0 0.06 0.40
HSL 169.81º 0.21% 0.49% -
HSV(B) 169.81º 0.35% 0.6% -
XYZ 21.33 27.09 30.09 -
YUV 135.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 99 152 143 0.35 0 0.06 0.40 169.81 0.21 0.49
Hex 63 98 8F 23 0 6 28 AA 15 31
Octal 143 230 217 43 0 6 50 252 25 61
Binary 1100011 10011000 10001111 100011 0 110 101000 10101010 10101 110001

Color Harmonies of #63988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63988F

Black with #63988F

Text Example


Text Example

White with #63988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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