Html Css Color HEX #614C87 Butterfly Bush

📋 copy color: '#614C87'

red 97 ◦ green 76 ◦ blue 135

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

Shades of Butterfly Bush #614C87

Tints of Butterfly Bush #614C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 31.49%
G = 24.68%
B = 43.83%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#614C87 (or 0x614C87) is known color: Butterfly Bush. HEX triplet: 61, 4C and 87. RGB value is (97,76,135). Sum of RGB (Red+Green+Blue) = 97+76+135=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #614C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C87 is #9EB378. Grayscale: #585858. Windows color (decimal): -10400633 or 8866913. OLE color: 8866913.

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

Color convert

RGB 97 76 135 -
CMYK 0.28 0.44 0 0.47
HSL 261.36º 0.28% 0.41% -
HSV(B) 261.36º 0.44% 0.53% -
XYZ 11.89 9.46 24.12 -
YUV 89.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 97 76 135 0.28 0.44 0 0.47 261.36 0.28 0.41
Hex 61 4C 87 1C 2C 0 2F 105 1C 29
Octal 141 114 207 34 54 0 57 405 34 51
Binary 1100001 1001100 10000111 11100 101100 0 101111 100000101 11100 101001

Color Harmonies of #614C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C87

Black with #614C87

Text Example


Text Example

White with #614C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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