Html Css Color HEX #615294 Butterfly Bush

📋 copy color: '#615294'

red 97 ◦ green 82 ◦ blue 148

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

Shades of Butterfly Bush #615294

Tints of Butterfly Bush #615294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.08%

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 29.66%
G = 25.08%
B = 45.26%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615294 (or 0x615294) is known color: Butterfly Bush. HEX triplet: 61, 52 and 94. RGB value is (97,82,148). Sum of RGB (Red+Green+Blue) = 97+82+148=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #615294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615294 is #9EAD6B. Grayscale: #5D5D5D. Windows color (decimal): -10399084 or 9720417. OLE color: 9720417.

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

Color convert

RGB 97 82 148 -
CMYK 0.34 0.45 0 0.42
HSL 253.64º 0.29% 0.45% -
HSV(B) 253.64º 0.45% 0.58% -
XYZ 13.29 10.71 29.38 -
YUV 94.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 97 82 148 0.34 0.45 0 0.42 253.64 0.29 0.45
Hex 61 52 94 22 2D 0 2A FE 1D 2D
Octal 141 122 224 42 55 0 52 376 35 55
Binary 1100001 1010010 10010100 100010 101101 0 101010 11111110 11101 101101

Color Harmonies of #615294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615294

Black with #615294

Text Example


Text Example

White with #615294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615294; }

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

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

background-color css

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

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

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

border-color css

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

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

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