#635386

Color #635386 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #635386

Tints of Butterfly Bush #635386

Color information

#635386 (or 0x635386) is unknown color: approx 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

RGB9983134-
CMYK0.260.3800.47
HSL258.82º23.5%42.55%-
HSV(B)258.82º38.06%52.55%-
XYZ12.5410.5623.93-
YUV93.6150.8131.85-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99831340.260.3800.47258.8223.542.55
Hex6353861A2602F103182b
Octal14312320632460574033053
Binary110001110100111000011011010100110010111110000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>