Html Css Color HEX #63527C Butterfly Bush

📋 copy color: '#63527C'

red 99 ◦ green 82 ◦ blue 124

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

Shades of Butterfly Bush #63527C

Tints of Butterfly Bush #63527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 32.46%
G = 26.89%
B = 40.66%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63527C (or 0x63527C) is known color: Butterfly Bush. HEX triplet: 63, 52 and 7C. RGB value is (99,82,124). Sum of RGB (Red+Green+Blue) = 99+82+124=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #63527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63527C is #9CAD83. Grayscale: #5B5B5B. Windows color (decimal): -10268036 or 8147555. OLE color: 8147555.

HSL color Cylindrical-coordinate representation of color #63527C: hue angle of 264.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63527C is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 82 124 -
CMYK 0.20 0.34 0 0.51
HSL 264.29º 0.2% 0.4% -
HSV(B) 264.29º 0.34% 0.49% -
XYZ 11.8 10.14 20.4 -
YUV 91.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 99 82 124 0.20 0.34 0 0.51 264.29 0.2 0.4
Hex 63 52 7C 14 22 0 33 108 14 28
Octal 143 122 174 24 42 0 63 410 24 50
Binary 1100011 1010010 1111100 10100 100010 0 110011 100001000 10100 101000

Color Harmonies of #63527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63527C

Black with #63527C

Text Example


Text Example

White with #63527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,82,124); }

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

background-color css

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

 a { background-color: rgb(99,82,124); }

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

border-color css

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

 span { border-color: rgb(99,82,124); }

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