Html Css Color HEX #63548C Butterfly Bush

📋 copy color: '#63548C'

red 99 ◦ green 84 ◦ blue 140

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

Shades of Butterfly Bush #63548C

Tints of Butterfly Bush #63548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 30.65%
G = 26.01%
B = 43.34%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63548C (or 0x63548C) is known color: Butterfly Bush. HEX triplet: 63, 54 and 8C. RGB value is (99,84,140). Sum of RGB (Red+Green+Blue) = 99+84+140=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #63548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63548C is #9CAB73. Grayscale: #5E5E5E. Windows color (decimal): -10267508 or 9196643. OLE color: 9196643.

HSL color Cylindrical-coordinate representation of color #63548C: hue angle of 256.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63548C is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 84 140 -
CMYK 0.29 0.4 0 0.45
HSL 256.07º 0.25% 0.44% -
HSV(B) 256.07º 0.4% 0.55% -
XYZ 13.05 10.89 26.22 -
YUV 94.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 99 84 140 0.29 0.4 0 0.45 256.07 0.25 0.44
Hex 63 54 8C 1D 28 0 2D 100 19 2C
Octal 143 124 214 35 50 0 55 400 31 54
Binary 1100011 1010100 10001100 11101 101000 0 101101 100000000 11001 101100

Color Harmonies of #63548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63548C

Black with #63548C

Text Example


Text Example

White with #63548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63548C; }

 p { color: rgb(99,84,140); }

 H1.HeaderClassName
 {
   color: #63548C;
 }
 .AnyTagClassName
 {
   color: #63548C;
 }
</style>

background-color css

<style>
 a { background-color: #63548C; }

 a { background-color: rgb(99,84,140); }

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

border-color css

<style>
 span { border-color: #63548C; }

 span { border-color: rgb(99,84,140); }

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