Html Css Color HEX #613899 Daisy Bush

📋 copy color: '#613899'

red 97 ◦ green 56 ◦ blue 153

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

Shades of Daisy Bush #613899

Tints of Daisy Bush #613899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

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

R = 31.7%
G = 18.3%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613899 (or 0x613899) is known color: Daisy Bush. HEX triplet: 61, 38 and 99. RGB value is (97,56,153). Sum of RGB (Red+Green+Blue) = 97+56+153=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #613899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613899 is #9EC766. Grayscale: #4E4E4E. Windows color (decimal): -10405735 or 10041441. OLE color: 10041441.

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

Color convert

RGB 97 56 153 -
CMYK 0.37 0.63 0 0.4
HSL 265.36º 0.46% 0.41% -
HSV(B) 265.36º 0.63% 0.6% -
XYZ 12.09 7.67 30.98 -
YUV 79.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 97 56 153 0.37 0.63 0 0.4 265.36 0.46 0.41
Hex 61 38 99 25 3F 0 28 109 2E 29
Octal 141 70 231 45 77 0 50 411 56 51
Binary 1100001 111000 10011001 100101 111111 0 101000 100001001 101110 101001

Color Harmonies of #613899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613899

Black with #613899

Text Example


Text Example

White with #613899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613899; }

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

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

background-color css

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

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

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

border-color css

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

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

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