#615285

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

Shades of Butterfly Bush #615285

Tints of Butterfly Bush #615285

Color information

#615285 (or 0x615285) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 85. RGB value is (97,82,133). Sum of RGB (Red+Green+Blue) = 97+82+133=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #615285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615285 is #9EAD7A. Grayscale: #5C5C5C. Windows color (decimal): -10399099 or 8737377. OLE color: 8737377.

HSL color Cylindrical-coordinate representation of color #615285: hue angle of 257.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615285 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9782133-
CMYK0.270.3800.48
HSL257.65º23.72%42.16%-
HSV(B)257.65º38.35%52.16%-
XYZ12.1810.2723.53-
YUV92.3150.97131.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=31.09%
G=26.28%
B=42.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97821330.270.3800.48257.6523.7242.16
Hex6152851B26030102182a
Octal14112220533460604023052
Binary110000110100101000010111011100110011000010000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615285; }

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

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

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

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

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

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

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

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