Html Css Color HEX #63948F Gumbo

📋 copy color: '#63948F'

red 99 ◦ green 148 ◦ blue 143

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

Shades of Gumbo #63948F

Tints of Gumbo #63948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 25.38%
G = 37.95%
B = 36.67%

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

#63948F (or 0x63948F) is known color: Gumbo. HEX triplet: 63, 94 and 8F. RGB value is (99,148,143). Sum of RGB (Red+Green+Blue) = 99+148+143=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #63948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63948F is #9C6B70. Grayscale: #848484. Windows color (decimal): -10251121 or 9409635. OLE color: 9409635.

HSL color Cylindrical-coordinate representation of color #63948F: hue angle of 173.88º 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 #63948F is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 143 -
CMYK 0.33 0 0.03 0.42
HSL 173.88º 0.2% 0.48% -
HSV(B) 173.88º 0.33% 0.58% -
XYZ 20.69 25.82 29.88 -
YUV 132.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 99 148 143 0.33 0 0.03 0.42 173.88 0.2 0.48
Hex 63 94 8F 21 0 3 2A AE 14 30
Octal 143 224 217 41 0 3 52 256 24 60
Binary 1100011 10010100 10001111 100001 0 11 101010 10101110 10100 110000

Color Harmonies of #63948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63948F

Black with #63948F

Text Example


Text Example

White with #63948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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