Html Css Color HEX #635284 Butterfly Bush

📋 copy color: '#635284'

red 99 ◦ green 82 ◦ blue 132

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

Shades of Butterfly Bush #635284

Tints of Butterfly Bush #635284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 31.63%
G = 26.2%
B = 42.17%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635284 (or 0x635284) is known color: Butterfly Bush. HEX triplet: 63, 52 and 84. RGB value is (99,82,132). Sum of RGB (Red+Green+Blue) = 99+82+132=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #635284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635284 is #9CAD7B. Grayscale: #5C5C5C. Windows color (decimal): -10268028 or 8671843. OLE color: 8671843.

HSL color Cylindrical-coordinate representation of color #635284: hue angle of 260.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #635284 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 82 132 -
CMYK 0.25 0.38 0 0.48
HSL 260.4º 0.23% 0.42% -
HSV(B) 260.4º 0.38% 0.52% -
XYZ 12.33 10.35 23.18 -
YUV 92.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 99 82 132 0.25 0.38 0 0.48 260.4 0.23 0.42
Hex 63 52 84 19 26 0 30 104 17 2A
Octal 143 122 204 31 46 0 60 404 27 52
Binary 1100011 1010010 10000100 11001 100110 0 110000 100000100 10111 101010

Color Harmonies of #635284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635284

Black with #635284

Text Example


Text Example

White with #635284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635284; }

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

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

background-color css

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

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

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

border-color css

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

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

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