Html Css Color HEX #614F85 Butterfly Bush

📋 copy color: '#614F85'

red 97 ◦ green 79 ◦ blue 133

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

Shades of Butterfly Bush #614F85

Tints of Butterfly Bush #614F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 31.39%
G = 25.57%
B = 43.04%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#614F85 (or 0x614F85) is known color: Butterfly Bush. HEX triplet: 61, 4F and 85. RGB value is (97,79,133). Sum of RGB (Red+Green+Blue) = 97+79+133=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #614F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F85 is #9EB07A. Grayscale: #5A5A5A. Windows color (decimal): -10399867 or 8736609. OLE color: 8736609.

HSL color Cylindrical-coordinate representation of color #614F85: hue angle of 260º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614F85 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 79 133 -
CMYK 0.27 0.41 0 0.48
HSL 260º 0.25% 0.42% -
HSV(B) 260º 0.41% 0.52% -
XYZ 11.96 9.83 23.46 -
YUV 90.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 97 79 133 0.27 0.41 0 0.48 260 0.25 0.42
Hex 61 4F 85 1B 29 0 30 104 19 2A
Octal 141 117 205 33 51 0 60 404 31 52
Binary 1100001 1001111 10000101 11011 101001 0 110000 100000100 11001 101010

Color Harmonies of #614F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F85

Black with #614F85

Text Example


Text Example

White with #614F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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