Html Css Color HEX #614990 Daisy Bush

📋 copy color: '#614990'

red 97 ◦ green 73 ◦ blue 144

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

Shades of Daisy Bush #614990

Tints of Daisy Bush #614990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 30.89%
G = 23.25%
B = 45.86%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#614990 (or 0x614990) is known color: Daisy Bush. HEX triplet: 61, 49 and 90. RGB value is (97,73,144). Sum of RGB (Red+Green+Blue) = 97+73+144=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #614990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614990 is #9EB66F. Grayscale: #585858. Windows color (decimal): -10401392 or 9455969. OLE color: 9455969.

HSL color Cylindrical-coordinate representation of color #614990: hue angle of 260.28º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614990 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 73 144 -
CMYK 0.33 0.49 0 0.44
HSL 260.28º 0.33% 0.43% -
HSV(B) 260.28º 0.49% 0.56% -
XYZ 12.35 9.32 27.53 -
YUV 88.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 97 73 144 0.33 0.49 0 0.44 260.28 0.33 0.43
Hex 61 49 90 21 31 0 2C 104 21 2B
Octal 141 111 220 41 61 0 54 404 41 53
Binary 1100001 1001001 10010000 100001 110001 0 101100 100000100 100001 101011

Color Harmonies of #614990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614990

Black with #614990

Text Example


Text Example

White with #614990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614990; }

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

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

background-color css

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

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

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

border-color css

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

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

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