#615098

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

Shades of Butterfly Bush #615098

Tints of Butterfly Bush #615098

Color information

#615098 (or 0x615098) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 98. RGB value is (97,80,152). Sum of RGB (Red+Green+Blue) = 97+80+152=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #615098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615098 is #9EAF67. Grayscale: #5D5D5D. Windows color (decimal): -10399592 or 9982049. OLE color: 9982049.

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

Color convert

RGB9780152-
CMYK0.360.4700.40
HSL254.17º31.03%45.49%-
HSV(B)254.17º47.37%59.61%-
XYZ13.4710.5531.03-
YUV93.29161.13130.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=29.48%
G=24.32%
B=46.20%

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
Decimal97801520.360.4700.40254.1731.0345.49
Hex615098242F028fe1f2d
Octal14112023044570503763755
Binary110000110100001001100010010010111101010001111111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615098; }

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

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

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

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

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

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

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

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