#645993

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

Shades of Butterfly Bush #645993

Tints of Butterfly Bush #645993

Color information

#645993 (or 0x645993) is unknown color: approx Butterfly Bush. HEX triplet: 64, 59 and 93. RGB value is (100,89,147). Sum of RGB (Red+Green+Blue) = 100+89+147=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #645993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645993 is #9BA66C. Grayscale: #626262. Windows color (decimal): -10200685 or 9656676. OLE color: 9656676.

HSL color Cylindrical-coordinate representation of color #645993: hue angle of 251.38º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #645993 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10089147-
CMYK0.320.3900.42
HSL251.38º24.58%46.27%-
HSV(B)251.38º39.46%57.65%-
XYZ14.0911.9629.17-
YUV98.9155.14128.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=29.76%
G=26.49%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100891470.320.3900.42251.3824.5846.27
Hex645993202702Afb192e
Octal14413122340470523733156
Binary110010010110011001001110000010011101010101111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645993; }

 p { color: rgb(100,89,147); }

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

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

 a { background-color: rgb(100,89,147); }

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

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

 span { border-color: rgb(100,89,147); }

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