Html Css Color HEX #615694 Butterfly Bush

📋 copy color: '#615694'

red 97 ◦ green 86 ◦ blue 148

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

Shades of Butterfly Bush #615694

Tints of Butterfly Bush #615694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 29.31%
G = 25.98%
B = 44.71%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615694 (or 0x615694) is known color: Butterfly Bush. HEX triplet: 61, 56 and 94. RGB value is (97,86,148). Sum of RGB (Red+Green+Blue) = 97+86+148=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #615694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615694 is #9EA96B. Grayscale: #606060. Windows color (decimal): -10398060 or 9721441. OLE color: 9721441.

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

Color convert

RGB 97 86 148 -
CMYK 0.34 0.42 0 0.42
HSL 250.65º 0.26% 0.46% -
HSV(B) 250.65º 0.42% 0.58% -
XYZ 13.6 11.34 29.49 -
YUV 96.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 97 86 148 0.34 0.42 0 0.42 250.65 0.26 0.46
Hex 61 56 94 22 2A 0 2A FB 1A 2E
Octal 141 126 224 42 52 0 52 373 32 56
Binary 1100001 1010110 10010100 100010 101010 0 101010 11111011 11010 101110

Color Harmonies of #615694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615694

Black with #615694

Text Example


Text Example

White with #615694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615694; }

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

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

background-color css

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

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

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

border-color css

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

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

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