Html Css Color HEX #63948A Patina

📋 copy color: '#63948A'

red 99 ◦ green 148 ◦ blue 138

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

Shades of Patina #63948A

Tints of Patina #63948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 25.71%
G = 38.44%
B = 35.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#63948A (or 0x63948A) is known color: Patina. HEX triplet: 63, 94 and 8A. RGB value is (99,148,138). Sum of RGB (Red+Green+Blue) = 99+148+138=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #63948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63948A is #9C6B75. Grayscale: #848484. Windows color (decimal): -10251126 or 9081955. OLE color: 9081955.

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

Color convert

RGB 99 148 138 -
CMYK 0.33 0 0.07 0.42
HSL 167.76º 0.2% 0.48% -
HSV(B) 167.76º 0.33% 0.58% -
XYZ 20.32 25.67 27.93 -
YUV 132.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 99 148 138 0.33 0 0.07 0.42 167.76 0.2 0.48
Hex 63 94 8A 21 0 7 2A A8 14 30
Octal 143 224 212 41 0 7 52 250 24 60
Binary 1100011 10010100 10001010 100001 0 111 101010 10101000 10100 110000

Color Harmonies of #63948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63948A

Black with #63948A

Text Example


Text Example

White with #63948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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