Html Css Color HEX #614F81 Butterfly Bush

📋 copy color: '#614F81'

red 97 ◦ green 79 ◦ blue 129

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

Shades of Butterfly Bush #614F81

Tints of Butterfly Bush #614F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 31.8%
G = 25.9%
B = 42.3%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#614F81 (or 0x614F81) is known color: Butterfly Bush. HEX triplet: 61, 4F and 81. RGB value is (97,79,129). Sum of RGB (Red+Green+Blue) = 97+79+129=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #614F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F81 is #9EB07E. Grayscale: #595959. Windows color (decimal): -10399871 or 8474465. OLE color: 8474465.

HSL color Cylindrical-coordinate representation of color #614F81: hue angle of 261.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614F81 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 79 129 -
CMYK 0.25 0.39 0 0.49
HSL 261.6º 0.24% 0.41% -
HSV(B) 261.6º 0.39% 0.51% -
XYZ 11.69 9.72 22.03 -
YUV 90.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 97 79 129 0.25 0.39 0 0.49 261.6 0.24 0.41
Hex 61 4F 81 19 27 0 31 106 18 29
Octal 141 117 201 31 47 0 61 406 30 51
Binary 1100001 1001111 10000001 11001 100111 0 110001 100000110 11000 101001

Color Harmonies of #614F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F81

Black with #614F81

Text Example


Text Example

White with #614F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,79,129); }

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

background-color css

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

 a { background-color: rgb(97,79,129); }

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

border-color css

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

 span { border-color: rgb(97,79,129); }

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