Html Css Color HEX #613896 Daisy Bush

📋 copy color: '#613896'

red 97 ◦ green 56 ◦ blue 150

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

Shades of Daisy Bush #613896

Tints of Daisy Bush #613896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 32.01%
G = 18.48%
B = 49.5%

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

#613896 (or 0x613896) is known color: Daisy Bush. HEX triplet: 61, 38 and 96. RGB value is (97,56,150). Sum of RGB (Red+Green+Blue) = 97+56+150=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #613896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613896 is #9EC769. Grayscale: #4E4E4E. Windows color (decimal): -10405738 or 9844833. OLE color: 9844833.

HSL color Cylindrical-coordinate representation of color #613896: hue angle of 266.17º 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 #613896 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 56 150 -
CMYK 0.35 0.63 0 0.41
HSL 266.17º 0.46% 0.4% -
HSV(B) 266.17º 0.63% 0.59% -
XYZ 11.85 7.57 29.69 -
YUV 78.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 97 56 150 0.35 0.63 0 0.41 266.17 0.46 0.4
Hex 61 38 96 23 3F 0 29 10A 2E 28
Octal 141 70 226 43 77 0 51 412 56 50
Binary 1100001 111000 10010110 100011 111111 0 101001 100001010 101110 101000

Color Harmonies of #613896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613896

Black with #613896

Text Example


Text Example

White with #613896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613896; }

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

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

background-color css

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

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

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

border-color css

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

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

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