#615198

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

Shades of Butterfly Bush #615198

Tints of Butterfly Bush #615198

Color information

#615198 (or 0x615198) is unknown color: approx Butterfly Bush. HEX triplet: 61, 51 and 98. RGB value is (97,81,152). Sum of RGB (Red+Green+Blue) = 97+81+152=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #615198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615198 is #9EAE67. Grayscale: #5D5D5D. Windows color (decimal): -10399336 or 9982305. OLE color: 9982305.

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

Color convert

RGB9781152-
CMYK0.360.4700.40
HSL253.52º30.47%45.69%-
HSV(B)253.52º46.71%59.61%-
XYZ13.5410.6931.06-
YUV93.88160.8130.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=29.39%
G=24.55%
B=46.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97811520.360.4700.40253.5230.4745.69
Hex615198242F028fe1e2e
Octal14112123044570503763656
Binary110000110100011001100010010010111101010001111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615198; }

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

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

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

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

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

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

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

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