Html Css Color HEX #613796 Daisy Bush

📋 copy color: '#613796'

red 97 ◦ green 55 ◦ blue 150

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

Shades of Daisy Bush #613796

Tints of Daisy Bush #613796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 32.12%
G = 18.21%
B = 49.67%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613796 (or 0x613796) is known color: Daisy Bush. HEX triplet: 61, 37 and 96. RGB value is (97,55,150). Sum of RGB (Red+Green+Blue) = 97+55+150=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #613796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613796 is #9EC869. Grayscale: #4E4E4E. Windows color (decimal): -10405994 or 9844577. OLE color: 9844577.

HSL color Cylindrical-coordinate representation of color #613796: hue angle of 266.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613796 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 55 150 -
CMYK 0.35 0.63 0 0.41
HSL 266.53º 0.46% 0.4% -
HSV(B) 266.53º 0.63% 0.59% -
XYZ 11.8 7.48 29.68 -
YUV 78.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 97 55 150 0.35 0.63 0 0.41 266.53 0.46 0.4
Hex 61 37 96 23 3F 0 29 10B 2E 28
Octal 141 67 226 43 77 0 51 413 56 50
Binary 1100001 110111 10010110 100011 111111 0 101001 100001011 101110 101000

Color Harmonies of #613796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613796

Black with #613796

Text Example


Text Example

White with #613796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613796; }

 p { color: rgb(97,55,150); }

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

background-color css

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

 a { background-color: rgb(97,55,150); }

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

border-color css

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

 span { border-color: rgb(97,55,150); }

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