#615298

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

Shades of Butterfly Bush #615298

Tints of Butterfly Bush #615298

Color information

#615298 (or 0x615298) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 98. RGB value is (97,82,152). Sum of RGB (Red+Green+Blue) = 97+82+152=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #615298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615298 is #9EAD67. Grayscale: #5E5E5E. Windows color (decimal): -10399080 or 9982561. OLE color: 9982561.

HSL color Cylindrical-coordinate representation of color #615298: hue angle of 252.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615298 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9782152-
CMYK0.360.4600.40
HSL252.86º29.91%45.88%-
HSV(B)252.86º46.05%59.61%-
XYZ13.6110.8431.08-
YUV94.46160.47129.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=29.31%
G=24.77%
B=45.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97821520.360.4600.40252.8629.9145.88
Hex615298242E028fd1e2e
Octal14112223044560503753656
Binary110000110100101001100010010010111001010001111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615298; }

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

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

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

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

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

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

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

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