Html Css Color HEX #615092 Butterfly Bush

📋 copy color: '#615092'

red 97 ◦ green 80 ◦ blue 146

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

Shades of Butterfly Bush #615092

Tints of Butterfly Bush #615092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 30.03%
G = 24.77%
B = 45.2%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615092 (or 0x615092) is known color: Butterfly Bush. HEX triplet: 61, 50 and 92. RGB value is (97,80,146). Sum of RGB (Red+Green+Blue) = 97+80+146=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #615092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615092 is #9EAF6D. Grayscale: #5C5C5C. Windows color (decimal): -10399598 or 9588833. OLE color: 9588833.

HSL color Cylindrical-coordinate representation of color #615092: hue angle of 255.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #615092 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 80 146 -
CMYK 0.34 0.45 0 0.43
HSL 255.45º 0.29% 0.44% -
HSV(B) 255.45º 0.45% 0.57% -
XYZ 12.99 10.35 28.51 -
YUV 92.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 97 80 146 0.34 0.45 0 0.43 255.45 0.29 0.44
Hex 61 50 92 22 2D 0 2B FF 1D 2C
Octal 141 120 222 42 55 0 53 377 35 54
Binary 1100001 1010000 10010010 100010 101101 0 101011 11111111 11101 101100

Color Harmonies of #615092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615092

Black with #615092

Text Example


Text Example

White with #615092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615092; }

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

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

background-color css

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

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

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

border-color css

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

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

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