Html Css Color HEX #614399 Daisy Bush

📋 copy color: '#614399'

red 97 ◦ green 67 ◦ blue 153

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

Shades of Daisy Bush #614399

Tints of Daisy Bush #614399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 30.6%
G = 21.14%
B = 48.26%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#614399 (or 0x614399) is known color: Daisy Bush. HEX triplet: 61, 43 and 99. RGB value is (97,67,153). Sum of RGB (Red+Green+Blue) = 97+67+153=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #614399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614399 is #9EBC66. Grayscale: #555555. Windows color (decimal): -10402919 or 10044257. OLE color: 10044257.

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

Color convert

RGB 97 67 153 -
CMYK 0.37 0.56 0 0.4
HSL 260.93º 0.39% 0.43% -
HSV(B) 260.93º 0.56% 0.6% -
XYZ 12.69 8.86 31.18 -
YUV 85.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 97 67 153 0.37 0.56 0 0.4 260.93 0.39 0.43
Hex 61 43 99 25 38 0 28 105 27 2B
Octal 141 103 231 45 70 0 50 405 47 53
Binary 1100001 1000011 10011001 100101 111000 0 101000 100000101 100111 101011

Color Harmonies of #614399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614399

Black with #614399

Text Example


Text Example

White with #614399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614399; }

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

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

background-color css

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

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

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

border-color css

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

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

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