Html Css Color HEX #613695 Daisy Bush

📋 copy color: '#613695'

red 97 ◦ green 54 ◦ blue 149

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

Shades of Daisy Bush #613695

Tints of Daisy Bush #613695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 32.33%
G = 18%
B = 49.67%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613695 (or 0x613695) is known color: Daisy Bush. HEX triplet: 61, 36 and 95. RGB value is (97,54,149). Sum of RGB (Red+Green+Blue) = 97+54+149=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #613695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613695 is #9EC96A. Grayscale: #4D4D4D. Windows color (decimal): -10406251 or 9778785. OLE color: 9778785.

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

Color convert

RGB 97 54 149 -
CMYK 0.35 0.64 0 0.42
HSL 267.16º 0.47% 0.4% -
HSV(B) 267.16º 0.64% 0.58% -
XYZ 11.67 7.35 29.24 -
YUV 77.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 97 54 149 0.35 0.64 0 0.42 267.16 0.47 0.4
Hex 61 36 95 23 40 0 2A 10B 2F 28
Octal 141 66 225 43 100 0 52 413 57 50
Binary 1100001 110110 10010101 100011 1000000 0 101010 100001011 101111 101000

Color Harmonies of #613695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613695

Black with #613695

Text Example


Text Example

White with #613695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613695; }

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

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

background-color css

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

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

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

border-color css

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

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

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