Html Css Color HEX #615383 Butterfly Bush

📋 copy color: '#615383'

red 97 ◦ green 83 ◦ blue 131

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

Shades of Butterfly Bush #615383

Tints of Butterfly Bush #615383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 31.19%
G = 26.69%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#615383 (or 0x615383) is known color: Butterfly Bush. HEX triplet: 61, 53 and 83. RGB value is (97,83,131). Sum of RGB (Red+Green+Blue) = 97+83+131=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #615383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615383 is #9EAC7C. Grayscale: #5C5C5C. Windows color (decimal): -10398845 or 8606561. OLE color: 8606561.

HSL color Cylindrical-coordinate representation of color #615383: hue angle of 257.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615383 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 83 131 -
CMYK 0.26 0.37 0 0.49
HSL 257.5º 0.22% 0.42% -
HSV(B) 257.5º 0.37% 0.51% -
XYZ 12.12 10.37 22.83 -
YUV 92.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 97 83 131 0.26 0.37 0 0.49 257.5 0.22 0.42
Hex 61 53 83 1A 25 0 31 102 16 2A
Octal 141 123 203 32 45 0 61 402 26 52
Binary 1100001 1010011 10000011 11010 100101 0 110001 100000010 10110 101010

Color Harmonies of #615383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615383

Black with #615383

Text Example


Text Example

White with #615383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615383; }

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

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

background-color css

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

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

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

border-color css

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

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

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