Html Css Color HEX #613C89 Daisy Bush

📋 copy color: '#613C89'

red 97 ◦ green 60 ◦ blue 137

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

Shades of Daisy Bush #613C89

Tints of Daisy Bush #613C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 32.99%
G = 20.41%
B = 46.6%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#613C89 (or 0x613C89) is known color: Daisy Bush. HEX triplet: 61, 3C and 89. RGB value is (97,60,137). Sum of RGB (Red+Green+Blue) = 97+60+137=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #613C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C89 is #9EC376. Grayscale: #4F4F4F. Windows color (decimal): -10404727 or 8993889. OLE color: 8993889.

HSL color Cylindrical-coordinate representation of color #613C89: hue angle of 268.83º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613C89 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 60 137 -
CMYK 0.29 0.56 0 0.46
HSL 268.83º 0.39% 0.39% -
HSV(B) 268.83º 0.56% 0.54% -
XYZ 11.06 7.58 24.55 -
YUV 79.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 97 60 137 0.29 0.56 0 0.46 268.83 0.39 0.39
Hex 61 3C 89 1D 38 0 2E 10D 27 27
Octal 141 74 211 35 70 0 56 415 47 47
Binary 1100001 111100 10001001 11101 111000 0 101110 100001101 100111 100111

Color Harmonies of #613C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C89

Black with #613C89

Text Example


Text Example

White with #613C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,137); }

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

background-color css

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

 a { background-color: rgb(97,60,137); }

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

border-color css

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

 span { border-color: rgb(97,60,137); }

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