Html Css Color HEX #615099 Butterfly Bush

📋 copy color: '#615099'

red 97 ◦ green 80 ◦ blue 153

#615099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #615099

Tints of Butterfly Bush #615099

RGB

 RED value IS 97 (38.28% from 255) = 29.39%

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 29.39%
G = 24.24%
B = 46.36%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#615099 (or 0x615099) is known color: Butterfly Bush. HEX triplet: 61, 50 and 99. RGB value is (97,80,153). Sum of RGB (Red+Green+Blue) = 97+80+153=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #615099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615099 is #9EAF66. Grayscale: #5D5D5D. Windows color (decimal): -10399591 or 10047585. OLE color: 10047585.

HSL color Cylindrical-coordinate representation of color #615099: hue angle of 253.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615099 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 80 153 -
CMYK 0.37 0.48 0 0.4
HSL 253.97º 0.31% 0.46% -
HSV(B) 253.97º 0.48% 0.6% -
XYZ 13.55 10.58 31.46 -
YUV 93.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 97 80 153 0.37 0.48 0 0.4 253.97 0.31 0.46
Hex 61 50 99 25 30 0 28 FE 1F 2E
Octal 141 120 231 45 60 0 50 376 37 56
Binary 1100001 1010000 10011001 100101 110000 0 101000 11111110 11111 101110

Color Harmonies of #615099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615099

Black with #615099

Text Example


Text Example

White with #615099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615099; }

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

 H1.HeaderClassName
 {
   color: #615099;
 }
 .AnyTagClassName
 {
   color: #615099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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