Html Css Color HEX #604498 Daisy Bush

📋 copy color: '#604498'

red 96 ◦ green 68 ◦ blue 152

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

Shades of Daisy Bush #604498

Tints of Daisy Bush #604498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 30.38%
G = 21.52%
B = 48.1%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#604498 (or 0x604498) is known color: Daisy Bush. HEX triplet: 60, 44 and 98. RGB value is (96,68,152). Sum of RGB (Red+Green+Blue) = 96+68+152=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #604498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604498 is #9FBB67. Grayscale: #555555. Windows color (decimal): -10468200 or 9978976. OLE color: 9978976.

HSL color Cylindrical-coordinate representation of color #604498: hue angle of 260º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #604498 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 68 152 -
CMYK 0.37 0.55 0 0.40
HSL 260º 0.38% 0.43% -
HSV(B) 260º 0.55% 0.6% -
XYZ 12.56 8.89 30.76 -
YUV 85.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 96 68 152 0.37 0.55 0 0.40 260 0.38 0.43
Hex 60 44 98 25 37 0 28 104 26 2B
Octal 140 104 230 45 67 0 50 404 46 53
Binary 1100000 1000100 10011000 100101 110111 0 101000 100000100 100110 101011

Color Harmonies of #604498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604498

Black with #604498

Text Example


Text Example

White with #604498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604498; }

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

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

background-color css

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

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

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

border-color css

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

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

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