Html Css Color HEX #615385 Butterfly Bush

📋 copy color: '#615385'

red 97 ◦ green 83 ◦ blue 133

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

Shades of Butterfly Bush #615385

Tints of Butterfly Bush #615385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

 BLUE value IS 133 (52.34% from 255) = 42.49%

R = 30.99%
G = 26.52%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#615385 (or 0x615385) is known color: Butterfly Bush. HEX triplet: 61, 53 and 85. RGB value is (97,83,133). Sum of RGB (Red+Green+Blue) = 97+83+133=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #615385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615385 is #9EAC7A. Grayscale: #5C5C5C. Windows color (decimal): -10398843 or 8737633. OLE color: 8737633.

HSL color Cylindrical-coordinate representation of color #615385: hue angle of 256.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615385 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 83 133 -
CMYK 0.27 0.38 0 0.48
HSL 256.8º 0.23% 0.42% -
HSV(B) 256.8º 0.38% 0.52% -
XYZ 12.26 10.42 23.56 -
YUV 92.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 97 83 133 0.27 0.38 0 0.48 256.8 0.23 0.42
Hex 61 53 85 1B 26 0 30 101 17 2A
Octal 141 123 205 33 46 0 60 401 27 52
Binary 1100001 1010011 10000101 11011 100110 0 110000 100000001 10111 101010

Color Harmonies of #615385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615385

Black with #615385

Text Example


Text Example

White with #615385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615385; }

 p { color: rgb(97,83,133); }

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

background-color css

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

 a { background-color: rgb(97,83,133); }

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

border-color css

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

 span { border-color: rgb(97,83,133); }

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