Html Css Color HEX #635386 Butterfly Bush

📋 copy color: '#635386'

red 99 ◦ green 83 ◦ blue 134

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

Shades of Butterfly Bush #635386

Tints of Butterfly Bush #635386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 31.33%
G = 26.27%
B = 42.41%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#635386 (or 0x635386) is known color: Butterfly Bush. HEX triplet: 63, 53 and 86. RGB value is (99,83,134). Sum of RGB (Red+Green+Blue) = 99+83+134=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #635386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635386 is #9CAC79. Grayscale: #5D5D5D. Windows color (decimal): -10267770 or 8803171. OLE color: 8803171.

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

Color convert

RGB 99 83 134 -
CMYK 0.26 0.38 0 0.47
HSL 258.82º 0.24% 0.43% -
HSV(B) 258.82º 0.38% 0.53% -
XYZ 12.54 10.56 23.93 -
YUV 93.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 99 83 134 0.26 0.38 0 0.47 258.82 0.24 0.43
Hex 63 53 86 1A 26 0 2F 103 18 2B
Octal 143 123 206 32 46 0 57 403 30 53
Binary 1100011 1010011 10000110 11010 100110 0 101111 100000011 11000 101011

Color Harmonies of #635386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635386

Black with #635386

Text Example


Text Example

White with #635386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635386; }

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

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

background-color css

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

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

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

border-color css

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

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

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