Html Css Color HEX #604999 Daisy Bush

📋 copy color: '#604999'

red 96 ◦ green 73 ◦ blue 153

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

Shades of Daisy Bush #604999

Tints of Daisy Bush #604999

RGB

 RED value IS 96 (37.89% from 255) = 29.81%

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 29.81%
G = 22.67%
B = 47.52%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#604999 (or 0x604999) is known color: Daisy Bush. HEX triplet: 60, 49 and 99. RGB value is (96,73,153). Sum of RGB (Red+Green+Blue) = 96+73+153=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #604999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604999 is #9FB666. Grayscale: #585858. Windows color (decimal): -10466919 or 10045792. OLE color: 10045792.

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

Color convert

RGB 96 73 153 -
CMYK 0.37 0.52 0 0.4
HSL 257.25º 0.35% 0.44% -
HSV(B) 257.25º 0.52% 0.6% -
XYZ 12.96 9.55 31.3 -
YUV 89 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 96 73 153 0.37 0.52 0 0.4 257.25 0.35 0.44
Hex 60 49 99 25 34 0 28 101 23 2C
Octal 140 111 231 45 64 0 50 401 43 54
Binary 1100000 1001001 10011001 100101 110100 0 101000 100000001 100011 101100

Color Harmonies of #604999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604999

Black with #604999

Text Example


Text Example

White with #604999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604999; }

 p { color: rgb(96,73,153); }

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

background-color css

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

 a { background-color: rgb(96,73,153); }

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

border-color css

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

 span { border-color: rgb(96,73,153); }

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