Html Css Color HEX #604997 Daisy Bush

📋 copy color: '#604997'

red 96 ◦ green 73 ◦ blue 151

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

Shades of Daisy Bush #604997

Tints of Daisy Bush #604997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 30%
G = 22.81%
B = 47.19%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#604997 (or 0x604997) is known color: Daisy Bush. HEX triplet: 60, 49 and 97. RGB value is (96,73,151). Sum of RGB (Red+Green+Blue) = 96+73+151=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #604997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604997 is #9FB668. Grayscale: #585858. Windows color (decimal): -10466921 or 9914720. OLE color: 9914720.

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

Color convert

RGB 96 73 151 -
CMYK 0.36 0.52 0 0.41
HSL 257.69º 0.35% 0.44% -
HSV(B) 257.69º 0.52% 0.59% -
XYZ 12.79 9.49 30.43 -
YUV 88.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 96 73 151 0.36 0.52 0 0.41 257.69 0.35 0.44
Hex 60 49 97 24 34 0 29 102 23 2C
Octal 140 111 227 44 64 0 51 402 43 54
Binary 1100000 1001001 10010111 100100 110100 0 101001 100000010 100011 101100

Color Harmonies of #604997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604997

Black with #604997

Text Example


Text Example

White with #604997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604997; }

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

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

background-color css

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

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

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

border-color css

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

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

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