Html Css Color HEX #604996 Daisy Bush

📋 copy color: '#604996'

red 96 ◦ green 73 ◦ blue 150

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

Shades of Daisy Bush #604996

Tints of Daisy Bush #604996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 30.09%
G = 22.88%
B = 47.02%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#604996 (or 0x604996) is known color: Daisy Bush. HEX triplet: 60, 49 and 96. RGB value is (96,73,150). Sum of RGB (Red+Green+Blue) = 96+73+150=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #604996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604996 is #9FB669. Grayscale: #585858. Windows color (decimal): -10466922 or 9849184. OLE color: 9849184.

HSL color Cylindrical-coordinate representation of color #604996: hue angle of 257.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #604996 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 73 150 -
CMYK 0.36 0.51 0 0.41
HSL 257.92º 0.35% 0.44% -
HSV(B) 257.92º 0.51% 0.59% -
XYZ 12.71 9.45 30.01 -
YUV 88.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 96 73 150 0.36 0.51 0 0.41 257.92 0.35 0.44
Hex 60 49 96 24 33 0 29 102 23 2C
Octal 140 111 226 44 63 0 51 402 43 54
Binary 1100000 1001001 10010110 100100 110011 0 101001 100000010 100011 101100

Color Harmonies of #604996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604996

Black with #604996

Text Example


Text Example

White with #604996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604996; }

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

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

background-color css

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

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

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

border-color css

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

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

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