Html Css Color HEX #635482 Butterfly Bush

📋 copy color: '#635482'

red 99 ◦ green 84 ◦ blue 130

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

Shades of Butterfly Bush #635482

Tints of Butterfly Bush #635482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 31.63%
G = 26.84%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635482 (or 0x635482) is known color: Butterfly Bush. HEX triplet: 63, 54 and 82. RGB value is (99,84,130). Sum of RGB (Red+Green+Blue) = 99+84+130=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #635482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635482 is #9CAB7D. Grayscale: #5D5D5D. Windows color (decimal): -10267518 or 8541283. OLE color: 8541283.

HSL color Cylindrical-coordinate representation of color #635482: hue angle of 259.57º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635482 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 84 130 -
CMYK 0.24 0.35 0 0.49
HSL 259.57º 0.21% 0.42% -
HSV(B) 259.57º 0.35% 0.51% -
XYZ 12.35 10.61 22.52 -
YUV 93.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 99 84 130 0.24 0.35 0 0.49 259.57 0.21 0.42
Hex 63 54 82 18 23 0 31 104 15 2A
Octal 143 124 202 30 43 0 61 404 25 52
Binary 1100011 1010100 10000010 11000 100011 0 110001 100000100 10101 101010

Color Harmonies of #635482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635482

Black with #635482

Text Example


Text Example

White with #635482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635482; }

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

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

background-color css

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

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

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

border-color css

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

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

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