Html Css Color HEX #635486 Butterfly Bush

📋 copy color: '#635486'

red 99 ◦ green 84 ◦ blue 134

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

Shades of Butterfly Bush #635486

Tints of Butterfly Bush #635486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 31.23%
G = 26.5%
B = 42.27%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#635486 (or 0x635486) is known color: Butterfly Bush. HEX triplet: 63, 54 and 86. RGB value is (99,84,134). Sum of RGB (Red+Green+Blue) = 99+84+134=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #635486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635486 is #9CAB79. Grayscale: #5D5D5D. Windows color (decimal): -10267514 or 8803427. OLE color: 8803427.

HSL color Cylindrical-coordinate representation of color #635486: hue angle of 258º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #635486 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 84 134 -
CMYK 0.26 0.37 0 0.47
HSL 258º 0.23% 0.43% -
HSV(B) 258º 0.37% 0.53% -
XYZ 12.62 10.71 23.96 -
YUV 94.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 99 84 134 0.26 0.37 0 0.47 258 0.23 0.43
Hex 63 54 86 1A 25 0 2F 102 17 2B
Octal 143 124 206 32 45 0 57 402 27 53
Binary 1100011 1010100 10000110 11010 100101 0 101111 100000010 10111 101011

Color Harmonies of #635486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635486

Black with #635486

Text Example


Text Example

White with #635486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635486; }

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

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

background-color css

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

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

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

border-color css

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

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

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