Html Css Color HEX #615688 Butterfly Bush

📋 copy color: '#615688'

red 97 ◦ green 86 ◦ blue 136

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

Shades of Butterfly Bush #615688

Tints of Butterfly Bush #615688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 30.41%
G = 26.96%
B = 42.63%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#615688 (or 0x615688) is known color: Butterfly Bush. HEX triplet: 61, 56 and 88. RGB value is (97,86,136). Sum of RGB (Red+Green+Blue) = 97+86+136=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #615688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615688 is #9EA977. Grayscale: #5E5E5E. Windows color (decimal): -10398072 or 8935009. OLE color: 8935009.

HSL color Cylindrical-coordinate representation of color #615688: hue angle of 253.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615688 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 86 136 -
CMYK 0.29 0.37 0 0.47
HSL 253.2º 0.23% 0.44% -
HSV(B) 253.2º 0.37% 0.53% -
XYZ 12.7 10.97 24.74 -
YUV 94.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 97 86 136 0.29 0.37 0 0.47 253.2 0.23 0.44
Hex 61 56 88 1D 25 0 2F FD 17 2C
Octal 141 126 210 35 45 0 57 375 27 54
Binary 1100001 1010110 10001000 11101 100101 0 101111 11111101 10111 101100

Color Harmonies of #615688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615688

Black with #615688

Text Example


Text Example

White with #615688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615688; }

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

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

background-color css

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

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

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

border-color css

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

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

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