Html Css Color HEX #635485 Butterfly Bush

📋 copy color: '#635485'

red 99 ◦ green 84 ◦ blue 133

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

Shades of Butterfly Bush #635485

Tints of Butterfly Bush #635485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 31.33%
G = 26.58%
B = 42.09%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635485 (or 0x635485) is known color: Butterfly Bush. HEX triplet: 63, 54 and 85. RGB value is (99,84,133). Sum of RGB (Red+Green+Blue) = 99+84+133=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #635485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635485 is #9CAB7A. Grayscale: #5D5D5D. Windows color (decimal): -10267515 or 8737891. OLE color: 8737891.

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

Color convert

RGB 99 84 133 -
CMYK 0.26 0.37 0 0.48
HSL 258.37º 0.23% 0.43% -
HSV(B) 258.37º 0.37% 0.52% -
XYZ 12.55 10.69 23.59 -
YUV 94.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 99 84 133 0.26 0.37 0 0.48 258.37 0.23 0.43
Hex 63 54 85 1A 25 0 30 102 17 2B
Octal 143 124 205 32 45 0 60 402 27 53
Binary 1100011 1010100 10000101 11010 100101 0 110000 100000010 10111 101011

Color Harmonies of #635485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635485

Black with #635485

Text Example


Text Example

White with #635485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635485; }

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

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

background-color css

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

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

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

border-color css

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

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

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