Html Css Color HEX #614A99 Daisy Bush

📋 copy color: '#614A99'

red 97 ◦ green 74 ◦ blue 153

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

Shades of Daisy Bush #614A99

Tints of Daisy Bush #614A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

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

R = 29.94%
G = 22.84%
B = 47.22%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#614A99 (or 0x614A99) is known color: Daisy Bush. HEX triplet: 61, 4A and 99. RGB value is (97,74,153). Sum of RGB (Red+Green+Blue) = 97+74+153=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #614A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A99 is #9EB566. Grayscale: #595959. Windows color (decimal): -10401127 or 10046049. OLE color: 10046049.

HSL color Cylindrical-coordinate representation of color #614A99: hue angle of 257.47º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614A99 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 74 153 -
CMYK 0.37 0.52 0 0.4
HSL 257.47º 0.35% 0.45% -
HSV(B) 257.47º 0.52% 0.6% -
XYZ 13.13 9.74 31.32 -
YUV 89.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 97 74 153 0.37 0.52 0 0.4 257.47 0.35 0.45
Hex 61 4A 99 25 34 0 28 101 23 2D
Octal 141 112 231 45 64 0 50 401 43 55
Binary 1100001 1001010 10011001 100101 110100 0 101000 100000001 100011 101101

Color Harmonies of #614A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A99

Black with #614A99

Text Example


Text Example

White with #614A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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