Html Css Color HEX #614095 Daisy Bush

📋 copy color: '#614095'

red 97 ◦ green 64 ◦ blue 149

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

Shades of Daisy Bush #614095

Tints of Daisy Bush #614095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

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

R = 31.29%
G = 20.65%
B = 48.06%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614095 (or 0x614095) is known color: Daisy Bush. HEX triplet: 61, 40 and 95. RGB value is (97,64,149). Sum of RGB (Red+Green+Blue) = 97+64+149=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #614095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614095 is #9EBF6A. Grayscale: #535353. Windows color (decimal): -10403691 or 9781345. OLE color: 9781345.

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

Color convert

RGB 97 64 149 -
CMYK 0.35 0.57 0 0.42
HSL 263.29º 0.4% 0.42% -
HSV(B) 263.29º 0.57% 0.58% -
XYZ 12.19 8.38 29.41 -
YUV 83.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 97 64 149 0.35 0.57 0 0.42 263.29 0.4 0.42
Hex 61 40 95 23 39 0 2A 107 28 2A
Octal 141 100 225 43 71 0 52 407 50 52
Binary 1100001 1000000 10010101 100011 111001 0 101010 100000111 101000 101010

Color Harmonies of #614095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614095

Black with #614095

Text Example


Text Example

White with #614095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614095; }

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

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

background-color css

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

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

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

border-color css

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

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

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