Html Css Color HEX #614B90 Butterfly Bush

📋 copy color: '#614B90'

red 97 ◦ green 75 ◦ blue 144

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

Shades of Butterfly Bush #614B90

Tints of Butterfly Bush #614B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

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

R = 30.7%
G = 23.73%
B = 45.57%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#614B90 (or 0x614B90) is known color: Butterfly Bush. HEX triplet: 61, 4B and 90. RGB value is (97,75,144). Sum of RGB (Red+Green+Blue) = 97+75+144=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #614B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B90 is #9EB46F. Grayscale: #595959. Windows color (decimal): -10400880 or 9456481. OLE color: 9456481.

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

Color convert

RGB 97 75 144 -
CMYK 0.33 0.48 0 0.44
HSL 259.13º 0.32% 0.43% -
HSV(B) 259.13º 0.48% 0.56% -
XYZ 12.48 9.59 27.58 -
YUV 89.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 97 75 144 0.33 0.48 0 0.44 259.13 0.32 0.43
Hex 61 4B 90 21 30 0 2C 103 20 2B
Octal 141 113 220 41 60 0 54 403 40 53
Binary 1100001 1001011 10010000 100001 110000 0 101100 100000011 100000 101011

Color Harmonies of #614B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B90

Black with #614B90

Text Example


Text Example

White with #614B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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