Html Css Color HEX #613B94 Daisy Bush

📋 copy color: '#613B94'

red 97 ◦ green 59 ◦ blue 148

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

Shades of Daisy Bush #613B94

Tints of Daisy Bush #613B94

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 31.91%
G = 19.41%
B = 48.68%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613B94 (or 0x613B94) is known color: Daisy Bush. HEX triplet: 61, 3B and 94. RGB value is (97,59,148). Sum of RGB (Red+Green+Blue) = 97+59+148=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #613B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B94 is #9EC46B. Grayscale: #505050. Windows color (decimal): -10404972 or 9714529. OLE color: 9714529.

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

Color convert

RGB 97 59 148 -
CMYK 0.34 0.60 0 0.42
HSL 265.62º 0.43% 0.41% -
HSV(B) 265.62º 0.6% 0.58% -
XYZ 11.84 7.81 28.9 -
YUV 80.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 97 59 148 0.34 0.60 0 0.42 265.62 0.43 0.41
Hex 61 3B 94 22 3C 0 2A 10A 2B 29
Octal 141 73 224 42 74 0 52 412 53 51
Binary 1100001 111011 10010100 100010 111100 0 101010 100001010 101011 101001

Color Harmonies of #613B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B94

Black with #613B94

Text Example


Text Example

White with #613B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,59,148); }

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

background-color css

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

 a { background-color: rgb(97,59,148); }

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

border-color css

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

 span { border-color: rgb(97,59,148); }

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