Html Css Color HEX #61449C Daisy Bush

📋 copy color: '#61449C'

red 97 ◦ green 68 ◦ blue 156

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

Shades of Daisy Bush #61449C

Tints of Daisy Bush #61449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 30.22%
G = 21.18%
B = 48.6%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61449C (or 0x61449C) is known color: Daisy Bush. HEX triplet: 61, 44 and 9C. RGB value is (97,68,156). Sum of RGB (Red+Green+Blue) = 97+68+156=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #61449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61449C is #9EBB63. Grayscale: #565656. Windows color (decimal): -10402660 or 10241121. OLE color: 10241121.

HSL color Cylindrical-coordinate representation of color #61449C: hue angle of 259.77º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61449C is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 68 156 -
CMYK 0.38 0.56 0 0.39
HSL 259.77º 0.39% 0.44% -
HSV(B) 259.77º 0.56% 0.61% -
XYZ 13 9.08 32.52 -
YUV 86.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 97 68 156 0.38 0.56 0 0.39 259.77 0.39 0.44
Hex 61 44 9C 26 38 0 27 104 27 2C
Octal 141 104 234 46 70 0 47 404 47 54
Binary 1100001 1000100 10011100 100110 111000 0 100111 100000100 100111 101100

Color Harmonies of #61449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61449C

Black with #61449C

Text Example


Text Example

White with #61449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61449C; }

 p { color: rgb(97,68,156); }

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

background-color css

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

 a { background-color: rgb(97,68,156); }

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

border-color css

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

 span { border-color: rgb(97,68,156); }

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