Html Css Color HEX #614795 Daisy Bush

📋 copy color: '#614795'

red 97 ◦ green 71 ◦ blue 149

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

Shades of Daisy Bush #614795

Tints of Daisy Bush #614795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 30.6%
G = 22.4%
B = 47%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614795 (or 0x614795) is known color: Daisy Bush. HEX triplet: 61, 47 and 95. RGB value is (97,71,149). Sum of RGB (Red+Green+Blue) = 97+71+149=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #614795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614795 is #9EB86A. Grayscale: #575757. Windows color (decimal): -10401899 or 9783137. OLE color: 9783137.

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

Color convert

RGB 97 71 149 -
CMYK 0.35 0.52 0 0.42
HSL 260º 0.35% 0.43% -
HSV(B) 260º 0.52% 0.58% -
XYZ 12.61 9.22 29.55 -
YUV 87.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 97 71 149 0.35 0.52 0 0.42 260 0.35 0.43
Hex 61 47 95 23 34 0 2A 104 23 2B
Octal 141 107 225 43 64 0 52 404 43 53
Binary 1100001 1000111 10010101 100011 110100 0 101010 100000100 100011 101011

Color Harmonies of #614795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614795

Black with #614795

Text Example


Text Example

White with #614795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614795; }

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

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

background-color css

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

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

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

border-color css

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

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

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