Html Css Color HEX #615387 Butterfly Bush

📋 copy color: '#615387'

red 97 ◦ green 83 ◦ blue 135

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

Shades of Butterfly Bush #615387

Tints of Butterfly Bush #615387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 30.79%
G = 26.35%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#615387 (or 0x615387) is known color: Butterfly Bush. HEX triplet: 61, 53 and 87. RGB value is (97,83,135). Sum of RGB (Red+Green+Blue) = 97+83+135=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #615387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615387 is #9EAC78. Grayscale: #5C5C5C. Windows color (decimal): -10398841 or 8868705. OLE color: 8868705.

HSL color Cylindrical-coordinate representation of color #615387: hue angle of 256.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615387 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 83 135 -
CMYK 0.28 0.39 0 0.47
HSL 256.15º 0.24% 0.43% -
HSV(B) 256.15º 0.39% 0.53% -
XYZ 12.4 10.48 24.29 -
YUV 93.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 97 83 135 0.28 0.39 0 0.47 256.15 0.24 0.43
Hex 61 53 87 1C 27 0 2F 100 18 2B
Octal 141 123 207 34 47 0 57 400 30 53
Binary 1100001 1010011 10000111 11100 100111 0 101111 100000000 11000 101011

Color Harmonies of #615387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615387

Black with #615387

Text Example


Text Example

White with #615387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615387; }

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

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

background-color css

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

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

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

border-color css

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

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

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