Html Css Color HEX #614993 Daisy Bush

📋 copy color: '#614993'

red 97 ◦ green 73 ◦ blue 147

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

Shades of Daisy Bush #614993

Tints of Daisy Bush #614993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 30.6%
G = 23.03%
B = 46.37%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614993 (or 0x614993) is known color: Daisy Bush. HEX triplet: 61, 49 and 93. RGB value is (97,73,147). Sum of RGB (Red+Green+Blue) = 97+73+147=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #614993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614993 is #9EB66C. Grayscale: #585858. Windows color (decimal): -10401389 or 9652577. OLE color: 9652577.

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

Color convert

RGB 97 73 147 -
CMYK 0.34 0.50 0 0.42
HSL 259.46º 0.34% 0.43% -
HSV(B) 259.46º 0.5% 0.58% -
XYZ 12.58 9.41 28.76 -
YUV 88.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 97 73 147 0.34 0.50 0 0.42 259.46 0.34 0.43
Hex 61 49 93 22 32 0 2A 103 22 2B
Octal 141 111 223 42 62 0 52 403 42 53
Binary 1100001 1001001 10010011 100010 110010 0 101010 100000011 100010 101011

Color Harmonies of #614993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614993

Black with #614993

Text Example


Text Example

White with #614993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614993; }

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

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

background-color css

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

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

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

border-color css

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

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

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