Html Css Color HEX #63529A Butterfly Bush

📋 copy color: '#63529A'

red 99 ◦ green 82 ◦ blue 154

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

Shades of Butterfly Bush #63529A

Tints of Butterfly Bush #63529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 29.55%
G = 24.48%
B = 45.97%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63529A (or 0x63529A) is known color: Butterfly Bush. HEX triplet: 63, 52 and 9A. RGB value is (99,82,154). Sum of RGB (Red+Green+Blue) = 99+82+154=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #63529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63529A is #9CAD65. Grayscale: #5F5F5F. Windows color (decimal): -10268006 or 10113635. OLE color: 10113635.

HSL color Cylindrical-coordinate representation of color #63529A: hue angle of 254.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63529A is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 82 154 -
CMYK 0.36 0.47 0 0.40
HSL 254.17º 0.31% 0.46% -
HSV(B) 254.17º 0.47% 0.6% -
XYZ 14 11.02 31.96 -
YUV 95.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 99 82 154 0.36 0.47 0 0.40 254.17 0.31 0.46
Hex 63 52 9A 24 2F 0 28 FE 1F 2E
Octal 143 122 232 44 57 0 50 376 37 56
Binary 1100011 1010010 10011010 100100 101111 0 101000 11111110 11111 101110

Color Harmonies of #63529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63529A

Black with #63529A

Text Example


Text Example

White with #63529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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