Html Css Color HEX #604590 Daisy Bush

📋 copy color: '#604590'

red 96 ◦ green 69 ◦ blue 144

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

Shades of Daisy Bush #604590

Tints of Daisy Bush #604590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 31.07%
G = 22.33%
B = 46.6%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#604590 (or 0x604590) is known color: Daisy Bush. HEX triplet: 60, 45 and 90. RGB value is (96,69,144). Sum of RGB (Red+Green+Blue) = 96+69+144=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #604590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604590 is #9FBA6F. Grayscale: #555555. Windows color (decimal): -10467952 or 9454944. OLE color: 9454944.

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

Color convert

RGB 96 69 144 -
CMYK 0.33 0.52 0 0.44
HSL 261.6º 0.35% 0.42% -
HSV(B) 261.6º 0.52% 0.56% -
XYZ 11.99 8.76 27.44 -
YUV 85.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 96 69 144 0.33 0.52 0 0.44 261.6 0.35 0.42
Hex 60 45 90 21 34 0 2C 106 23 2A
Octal 140 105 220 41 64 0 54 406 43 52
Binary 1100000 1000101 10010000 100001 110100 0 101100 100000110 100011 101010

Color Harmonies of #604590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604590

Black with #604590

Text Example


Text Example

White with #604590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604590; }

 p { color: rgb(96,69,144); }

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

background-color css

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

 a { background-color: rgb(96,69,144); }

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

border-color css

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

 span { border-color: rgb(96,69,144); }

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