Html Css Color HEX #614C8B Butterfly Bush

📋 copy color: '#614C8B'

red 97 ◦ green 76 ◦ blue 139

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

Shades of Butterfly Bush #614C8B

Tints of Butterfly Bush #614C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 31.09%
G = 24.36%
B = 44.55%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#614C8B (or 0x614C8B) is known color: Butterfly Bush. HEX triplet: 61, 4C and 8B. RGB value is (97,76,139). Sum of RGB (Red+Green+Blue) = 97+76+139=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #614C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C8B is #9EB374. Grayscale: #595959. Windows color (decimal): -10400629 or 9129057. OLE color: 9129057.

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

Color convert

RGB 97 76 139 -
CMYK 0.30 0.45 0 0.45
HSL 260º 0.29% 0.42% -
HSV(B) 260º 0.45% 0.55% -
XYZ 12.17 9.57 25.63 -
YUV 89.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 97 76 139 0.30 0.45 0 0.45 260 0.29 0.42
Hex 61 4C 8B 1E 2D 0 2D 104 1D 2A
Octal 141 114 213 36 55 0 55 404 35 52
Binary 1100001 1001100 10001011 11110 101101 0 101101 100000100 11101 101010

Color Harmonies of #614C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C8B

Black with #614C8B

Text Example


Text Example

White with #614C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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