Html Css Color HEX #614699 Daisy Bush

📋 copy color: '#614699'

red 97 ◦ green 70 ◦ blue 153

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

Shades of Daisy Bush #614699

Tints of Daisy Bush #614699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

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

R = 30.31%
G = 21.88%
B = 47.81%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#614699 (or 0x614699) is known color: Daisy Bush. HEX triplet: 61, 46 and 99. RGB value is (97,70,153). Sum of RGB (Red+Green+Blue) = 97+70+153=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #614699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614699 is #9EB966. Grayscale: #575757. Windows color (decimal): -10402151 or 10045025. OLE color: 10045025.

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

Color convert

RGB 97 70 153 -
CMYK 0.37 0.54 0 0.4
HSL 259.52º 0.37% 0.44% -
HSV(B) 259.52º 0.54% 0.6% -
XYZ 12.87 9.22 31.24 -
YUV 87.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 97 70 153 0.37 0.54 0 0.4 259.52 0.37 0.44
Hex 61 46 99 25 36 0 28 104 25 2C
Octal 141 106 231 45 66 0 50 404 45 54
Binary 1100001 1000110 10011001 100101 110110 0 101000 100000100 100101 101100

Color Harmonies of #614699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614699

Black with #614699

Text Example


Text Example

White with #614699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614699; }

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

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

background-color css

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

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

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

border-color css

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

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

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