Html Css Color HEX #63908D Gumbo

📋 copy color: '#63908D'

red 99 ◦ green 144 ◦ blue 141

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

Shades of Gumbo #63908D

Tints of Gumbo #63908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 25.78%
G = 37.5%
B = 36.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#63908D (or 0x63908D) is known color: Gumbo. HEX triplet: 63, 90 and 8D. RGB value is (99,144,141). Sum of RGB (Red+Green+Blue) = 99+144+141=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #63908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63908D is #9C6F72. Grayscale: #828282. Windows color (decimal): -10252147 or 9277539. OLE color: 9277539.

HSL color Cylindrical-coordinate representation of color #63908D: hue angle of 176º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63908D is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 141 -
CMYK 0.31 0 0.02 0.44
HSL 176º 0.19% 0.48% -
HSV(B) 176º 0.31% 0.56% -
XYZ 19.93 24.52 28.88 -
YUV 130.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 99 144 141 0.31 0 0.02 0.44 176 0.19 0.48
Hex 63 90 8D 1F 0 2 2C B0 13 30
Octal 143 220 215 37 0 2 54 260 23 60
Binary 1100011 10010000 10001101 11111 0 10 101100 10110000 10011 110000

Color Harmonies of #63908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63908D

Black with #63908D

Text Example


Text Example

White with #63908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63908D; }

 p { color: rgb(99,144,141); }

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

background-color css

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

 a { background-color: rgb(99,144,141); }

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

border-color css

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

 span { border-color: rgb(99,144,141); }

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