Html Css Color HEX #614B8D Butterfly Bush

📋 copy color: '#614B8D'

red 97 ◦ green 75 ◦ blue 141

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

Shades of Butterfly Bush #614B8D

Tints of Butterfly Bush #614B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 30.99%
G = 23.96%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#614B8D (or 0x614B8D) is known color: Butterfly Bush. HEX triplet: 61, 4B and 8D. RGB value is (97,75,141). Sum of RGB (Red+Green+Blue) = 97+75+141=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #614B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B8D is #9EB472. Grayscale: #585858. Windows color (decimal): -10400883 or 9259873. OLE color: 9259873.

HSL color Cylindrical-coordinate representation of color #614B8D: hue angle of 260º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614B8D is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 75 141 -
CMYK 0.31 0.47 0 0.45
HSL 260º 0.31% 0.42% -
HSV(B) 260º 0.47% 0.55% -
XYZ 12.25 9.5 26.39 -
YUV 89.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 97 75 141 0.31 0.47 0 0.45 260 0.31 0.42
Hex 61 4B 8D 1F 2F 0 2D 104 1F 2A
Octal 141 113 215 37 57 0 55 404 37 52
Binary 1100001 1001011 10001101 11111 101111 0 101101 100000100 11111 101010

Color Harmonies of #614B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B8D

Black with #614B8D

Text Example


Text Example

White with #614B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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