Html Css Color HEX #613696 Daisy Bush

📋 copy color: '#613696'

red 97 ◦ green 54 ◦ blue 150

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

Shades of Daisy Bush #613696

Tints of Daisy Bush #613696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 32.23%
G = 17.94%
B = 49.83%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613696 (or 0x613696) is known color: Daisy Bush. HEX triplet: 61, 36 and 96. RGB value is (97,54,150). Sum of RGB (Red+Green+Blue) = 97+54+150=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #613696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613696 is #9EC969. Grayscale: #4D4D4D. Windows color (decimal): -10406250 or 9844321. OLE color: 9844321.

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

Color convert

RGB 97 54 150 -
CMYK 0.35 0.64 0 0.41
HSL 266.88º 0.47% 0.4% -
HSV(B) 266.88º 0.64% 0.59% -
XYZ 11.75 7.38 29.66 -
YUV 77.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 97 54 150 0.35 0.64 0 0.41 266.88 0.47 0.4
Hex 61 36 96 23 40 0 29 10B 2F 28
Octal 141 66 226 43 100 0 51 413 57 50
Binary 1100001 110110 10010110 100011 1000000 0 101001 100001011 101111 101000

Color Harmonies of #613696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613696

Black with #613696

Text Example


Text Example

White with #613696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613696; }

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

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

background-color css

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

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

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

border-color css

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

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

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