Html Css Color HEX #613D99 Daisy Bush

📋 copy color: '#613D99'

red 97 ◦ green 61 ◦ blue 153

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

Shades of Daisy Bush #613D99

Tints of Daisy Bush #613D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 31.19%
G = 19.61%
B = 49.2%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613D99 (or 0x613D99) is known color: Daisy Bush. HEX triplet: 61, 3D and 99. RGB value is (97,61,153). Sum of RGB (Red+Green+Blue) = 97+61+153=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #613D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613D99 is #9EC266. Grayscale: #515151. Windows color (decimal): -10404455 or 10042721. OLE color: 10042721.

HSL color Cylindrical-coordinate representation of color #613D99: hue angle of 263.48º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613D99 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 61 153 -
CMYK 0.37 0.60 0 0.4
HSL 263.48º 0.43% 0.42% -
HSV(B) 263.48º 0.6% 0.6% -
XYZ 12.35 8.18 31.06 -
YUV 82.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 97 61 153 0.37 0.60 0 0.4 263.48 0.43 0.42
Hex 61 3D 99 25 3C 0 28 107 2B 2A
Octal 141 75 231 45 74 0 50 407 53 52
Binary 1100001 111101 10011001 100101 111100 0 101000 100000111 101011 101010

Color Harmonies of #613D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D99

Black with #613D99

Text Example


Text Example

White with #613D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613D99; }

 p { color: rgb(97,61,153); }

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

background-color css

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

 a { background-color: rgb(97,61,153); }

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

border-color css

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

 span { border-color: rgb(97,61,153); }

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