Html Css Color HEX #614995 Daisy Bush

📋 copy color: '#614995'

red 97 ◦ green 73 ◦ blue 149

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

Shades of Daisy Bush #614995

Tints of Daisy Bush #614995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 30.41%
G = 22.88%
B = 46.71%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614995 (or 0x614995) is known color: Daisy Bush. HEX triplet: 61, 49 and 95. RGB value is (97,73,149). Sum of RGB (Red+Green+Blue) = 97+73+149=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #614995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614995 is #9EB66A. Grayscale: #585858. Windows color (decimal): -10401387 or 9783649. OLE color: 9783649.

HSL color Cylindrical-coordinate representation of color #614995: hue angle of 258.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614995 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 73 149 -
CMYK 0.35 0.51 0 0.42
HSL 258.95º 0.34% 0.44% -
HSV(B) 258.95º 0.51% 0.58% -
XYZ 12.74 9.48 29.59 -
YUV 88.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 97 73 149 0.35 0.51 0 0.42 258.95 0.34 0.44
Hex 61 49 95 23 33 0 2A 103 22 2C
Octal 141 111 225 43 63 0 52 403 42 54
Binary 1100001 1001001 10010101 100011 110011 0 101010 100000011 100010 101100

Color Harmonies of #614995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614995

Black with #614995

Text Example


Text Example

White with #614995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614995; }

 p { color: rgb(97,73,149); }

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

background-color css

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

 a { background-color: rgb(97,73,149); }

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

border-color css

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

 span { border-color: rgb(97,73,149); }

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