Html Css Color HEX #613E9A Daisy Bush

📋 copy color: '#613E9A'

red 97 ◦ green 62 ◦ blue 154

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

Shades of Daisy Bush #613E9A

Tints of Daisy Bush #613E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 30.99%
G = 19.81%
B = 49.2%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#613E9A (or 0x613E9A) is known color: Daisy Bush. HEX triplet: 61, 3E and 9A. RGB value is (97,62,154). Sum of RGB (Red+Green+Blue) = 97+62+154=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #613E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E9A is #9EC165. Grayscale: #525252. Windows color (decimal): -10404198 or 10108513. OLE color: 10108513.

HSL color Cylindrical-coordinate representation of color #613E9A: hue angle of 262.83º 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 #613E9A is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 62 154 -
CMYK 0.37 0.60 0 0.40
HSL 262.83º 0.43% 0.42% -
HSV(B) 262.83º 0.6% 0.6% -
XYZ 12.49 8.32 31.52 -
YUV 82.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 97 62 154 0.37 0.60 0 0.40 262.83 0.43 0.42
Hex 61 3E 9A 25 3C 0 28 107 2B 2A
Octal 141 76 232 45 74 0 50 407 53 52
Binary 1100001 111110 10011010 100101 111100 0 101000 100000111 101011 101010

Color Harmonies of #613E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E9A

Black with #613E9A

Text Example


Text Example

White with #613E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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