#645087

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

Shades of Butterfly Bush #645087

Tints of Butterfly Bush #645087

Color information

#645087 (or 0x645087) is unknown color: approx Butterfly Bush. HEX triplet: 64, 50 and 87. RGB value is (100,80,135). Sum of RGB (Red+Green+Blue) = 100+80+135=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #645087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645087 is #9BAF78. Grayscale: #5C5C5C. Windows color (decimal): -10203001 or 8867940. OLE color: 8867940.

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

Color convert

RGB10080135-
CMYK0.260.4100.47
HSL261.82º25.58%42.16%-
HSV(B)261.82º40.74%52.94%-
XYZ12.510.224.23-
YUV92.25152.13133.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=31.75%
G=25.40%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100801350.260.4100.47261.8225.5842.16
Hex6450871A2902F1061a2a
Octal14412020732510574063252
Binary110010010100001000011111010101001010111110000011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645087; }

 p { color: rgb(100,80,135); }

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

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

 a { background-color: rgb(100,80,135); }

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

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

 span { border-color: rgb(100,80,135); }

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