#635286

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

Shades of Butterfly Bush #635286

Tints of Butterfly Bush #635286

Color information

#635286 (or 0x635286) is unknown color: approx Butterfly Bush. HEX triplet: 63, 52 and 86. RGB value is (99,82,134). Sum of RGB (Red+Green+Blue) = 99+82+134=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #635286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635286 is #9CAD79. Grayscale: #5C5C5C. Windows color (decimal): -10268026 or 8802915. OLE color: 8802915.

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

Color convert

RGB9982134-
CMYK0.260.3900.47
HSL259.62º24.07%42.35%-
HSV(B)259.62º38.81%52.55%-
XYZ12.4710.4123.91-
YUV93.01151.13132.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=31.43%
G=26.03%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99821340.260.3900.47259.6224.0742.35
Hex6352861A2702F104182a
Octal14312220632470574043052
Binary110001110100101000011011010100111010111110000010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635286; }

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

 H1.HeaderClassName
 {
   color: #635286;
 }
 .AnyTagClassName
 {
   color: #635286;
 }
</style>
background-color css

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

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

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

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

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

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