Html Css Color HEX #61517B Butterfly Bush

📋 copy color: '#61517B'

red 97 ◦ green 81 ◦ blue 123

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

Shades of Butterfly Bush #61517B

Tints of Butterfly Bush #61517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 32.23%
G = 26.91%
B = 40.86%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61517B (or 0x61517B) is known color: Butterfly Bush. HEX triplet: 61, 51 and 7B. RGB value is (97,81,123). Sum of RGB (Red+Green+Blue) = 97+81+123=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #61517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61517B is #9EAE84. Grayscale: #5A5A5A. Windows color (decimal): -10399365 or 8081761. OLE color: 8081761.

HSL color Cylindrical-coordinate representation of color #61517B: hue angle of 262.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61517B is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 81 123 -
CMYK 0.21 0.34 0 0.52
HSL 262.86º 0.21% 0.4% -
HSV(B) 262.86º 0.34% 0.48% -
XYZ 11.45 9.86 20.04 -
YUV 90.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 97 81 123 0.21 0.34 0 0.52 262.86 0.21 0.4
Hex 61 51 7B 15 22 0 34 107 15 28
Octal 141 121 173 25 42 0 64 407 25 50
Binary 1100001 1010001 1111011 10101 100010 0 110100 100000111 10101 101000

Color Harmonies of #61517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61517B

Black with #61517B

Text Example


Text Example

White with #61517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61517B; }

 p { color: rgb(97,81,123); }

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

background-color css

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

 a { background-color: rgb(97,81,123); }

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

border-color css

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

 span { border-color: rgb(97,81,123); }

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