Html Css Color HEX #613699 Daisy Bush

📋 copy color: '#613699'

red 97 ◦ green 54 ◦ blue 153

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

Shades of Daisy Bush #613699

Tints of Daisy Bush #613699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 31.91%
G = 17.76%
B = 50.33%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613699 (or 0x613699) is known color: Daisy Bush. HEX triplet: 61, 36 and 99. RGB value is (97,54,153). Sum of RGB (Red+Green+Blue) = 97+54+153=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #613699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613699 is #9EC966. Grayscale: #4D4D4D. Windows color (decimal): -10406247 or 10040929. OLE color: 10040929.

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

Color convert

RGB 97 54 153 -
CMYK 0.37 0.65 0 0.4
HSL 266.06º 0.48% 0.41% -
HSV(B) 266.06º 0.65% 0.6% -
XYZ 12 7.48 30.95 -
YUV 78.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 97 54 153 0.37 0.65 0 0.4 266.06 0.48 0.41
Hex 61 36 99 25 41 0 28 10A 30 29
Octal 141 66 231 45 101 0 50 412 60 51
Binary 1100001 110110 10011001 100101 1000001 0 101000 100001010 110000 101001

Color Harmonies of #613699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613699

Black with #613699

Text Example


Text Example

White with #613699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613699; }

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

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

background-color css

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

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

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

border-color css

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

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

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