Html Css Color HEX #613E99 Daisy Bush

📋 copy color: '#613E99'

red 97 ◦ green 62 ◦ blue 153

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

Shades of Daisy Bush #613E99

Tints of Daisy Bush #613E99

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

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

R = 31.09%
G = 19.87%
B = 49.04%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613E99 (or 0x613E99) is known color: Daisy Bush. HEX triplet: 61, 3E and 99. RGB value is (97,62,153). Sum of RGB (Red+Green+Blue) = 97+62+153=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #613E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E99 is #9EC166. Grayscale: #525252. Windows color (decimal): -10404199 or 10042977. OLE color: 10042977.

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

Color convert

RGB 97 62 153 -
CMYK 0.37 0.59 0 0.4
HSL 263.08º 0.42% 0.42% -
HSV(B) 263.08º 0.59% 0.6% -
XYZ 12.4 8.29 31.08 -
YUV 82.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 97 62 153 0.37 0.59 0 0.4 263.08 0.42 0.42
Hex 61 3E 99 25 3B 0 28 107 2A 2A
Octal 141 76 231 45 73 0 50 407 52 52
Binary 1100001 111110 10011001 100101 111011 0 101000 100000111 101010 101010

Color Harmonies of #613E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E99

Black with #613E99

Text Example


Text Example

White with #613E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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