#61527D

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

Shades of Butterfly Bush #61527D

Tints of Butterfly Bush #61527D

Color information

#61527D (or 0x61527D) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 7D. RGB value is (97,82,125). Sum of RGB (Red+Green+Blue) = 97+82+125=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #61527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61527D is #9EAD82. Grayscale: #5B5B5B. Windows color (decimal): -10399107 or 8213089. OLE color: 8213089.

HSL color Cylindrical-coordinate representation of color #61527D: hue angle of 260.93º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61527D is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9782125-
CMYK0.220.3400.51
HSL260.93º20.77%40.59%-
HSV(B)260.93º34.4%49.02%-
XYZ11.6510.0620.73-
YUV91.39146.97132-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=31.91%
G=26.97%
B=41.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97821250.220.3400.51260.9320.7740.59
Hex61527D16220331051529
Octal14112217526420634052551
Binary11000011010010111110110110100010011001110000010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61527D; }

 p { color: rgb(97,82,125); }

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

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

 a { background-color: rgb(97,82,125); }

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

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

 span { border-color: rgb(97,82,125); }

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