Html Css Color HEX #615090 Butterfly Bush

📋 copy color: '#615090'

red 97 ◦ green 80 ◦ blue 144

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

Shades of Butterfly Bush #615090

Tints of Butterfly Bush #615090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 30.22%
G = 24.92%
B = 44.86%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#615090 (or 0x615090) is known color: Butterfly Bush. HEX triplet: 61, 50 and 90. RGB value is (97,80,144). Sum of RGB (Red+Green+Blue) = 97+80+144=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #615090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615090 is #9EAF6F. Grayscale: #5C5C5C. Windows color (decimal): -10399600 or 9457761. OLE color: 9457761.

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

Color convert

RGB 97 80 144 -
CMYK 0.33 0.44 0 0.44
HSL 255.94º 0.29% 0.44% -
HSV(B) 255.94º 0.44% 0.56% -
XYZ 12.83 10.29 27.7 -
YUV 92.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 97 80 144 0.33 0.44 0 0.44 255.94 0.29 0.44
Hex 61 50 90 21 2C 0 2C 100 1D 2C
Octal 141 120 220 41 54 0 54 400 35 54
Binary 1100001 1010000 10010000 100001 101100 0 101100 100000000 11101 101100

Color Harmonies of #615090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615090

Black with #615090

Text Example


Text Example

White with #615090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615090; }

 p { color: rgb(97,80,144); }

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

background-color css

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

 a { background-color: rgb(97,80,144); }

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

border-color css

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

 span { border-color: rgb(97,80,144); }

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