Html Css Color HEX #604495 Daisy Bush

📋 copy color: '#604495'

red 96 ◦ green 68 ◦ blue 149

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

Shades of Daisy Bush #604495

Tints of Daisy Bush #604495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 30.67%
G = 21.73%
B = 47.6%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#604495 (or 0x604495) is known color: Daisy Bush. HEX triplet: 60, 44 and 95. RGB value is (96,68,149). Sum of RGB (Red+Green+Blue) = 96+68+149=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #604495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604495 is #9FBB6A. Grayscale: #555555. Windows color (decimal): -10468203 or 9782368. OLE color: 9782368.

HSL color Cylindrical-coordinate representation of color #604495: hue angle of 260.74º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #604495 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 68 149 -
CMYK 0.36 0.54 0 0.42
HSL 260.74º 0.37% 0.43% -
HSV(B) 260.74º 0.54% 0.58% -
XYZ 12.32 8.79 29.48 -
YUV 85.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 96 68 149 0.36 0.54 0 0.42 260.74 0.37 0.43
Hex 60 44 95 24 36 0 2A 105 25 2B
Octal 140 104 225 44 66 0 52 405 45 53
Binary 1100000 1000100 10010101 100100 110110 0 101010 100000101 100101 101011

Color Harmonies of #604495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604495

Black with #604495

Text Example


Text Example

White with #604495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604495; }

 p { color: rgb(96,68,149); }

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

background-color css

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

 a { background-color: rgb(96,68,149); }

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

border-color css

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

 span { border-color: rgb(96,68,149); }

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