#645088

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

Shades of Butterfly Bush #645088

Tints of Butterfly Bush #645088

Color information

#645088 (or 0x645088) is unknown color: approx Butterfly Bush. HEX triplet: 64, 50 and 88. RGB value is (100,80,136). Sum of RGB (Red+Green+Blue) = 100+80+136=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #645088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645088 is #9BAF77. Grayscale: #5C5C5C. Windows color (decimal): -10203000 or 8933476. OLE color: 8933476.

HSL color Cylindrical-coordinate representation of color #645088: hue angle of 261.43º 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 #645088 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10080136-
CMYK0.260.4100.47
HSL261.43º25.93%42.35%-
HSV(B)261.43º41.18%53.33%-
XYZ12.5710.2224.6-
YUV92.36152.63133.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=31.65%
G=25.32%
B=43.04%

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
Decimal100801360.260.4100.47261.4325.9342.35
Hex6450881A2902F1051a2a
Octal14412021032510574053252
Binary110010010100001000100011010101001010111110000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645088; }

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

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

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

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

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

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

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

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