Html Css Color HEX #614899 Daisy Bush

📋 copy color: '#614899'

red 97 ◦ green 72 ◦ blue 153

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

Shades of Daisy Bush #614899

Tints of Daisy Bush #614899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 153 (60.16% from 255) = 47.52%

R = 30.12%
G = 22.36%
B = 47.52%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#614899 (or 0x614899) is known color: Daisy Bush. HEX triplet: 61, 48 and 99. RGB value is (97,72,153). Sum of RGB (Red+Green+Blue) = 97+72+153=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #614899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614899 is #9EB766. Grayscale: #585858. Windows color (decimal): -10401639 or 10045537. OLE color: 10045537.

HSL color Cylindrical-coordinate representation of color #614899: hue angle of 258.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #614899 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 72 153 -
CMYK 0.37 0.53 0 0.4
HSL 258.52º 0.36% 0.44% -
HSV(B) 258.52º 0.53% 0.6% -
XYZ 13 9.48 31.28 -
YUV 88.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 97 72 153 0.37 0.53 0 0.4 258.52 0.36 0.44
Hex 61 48 99 25 35 0 28 103 24 2C
Octal 141 110 231 45 65 0 50 403 44 54
Binary 1100001 1001000 10011001 100101 110101 0 101000 100000011 100100 101100

Color Harmonies of #614899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614899

Black with #614899

Text Example


Text Example

White with #614899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614899; }

 p { color: rgb(97,72,153); }

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

background-color css

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

 a { background-color: rgb(97,72,153); }

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

border-color css

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

 span { border-color: rgb(97,72,153); }

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