Html Css Color HEX #604A8D Daisy Bush

📋 copy color: '#604A8D'

red 96 ◦ green 74 ◦ blue 141

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

Shades of Daisy Bush #604A8D

Tints of Daisy Bush #604A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 30.87%
G = 23.79%
B = 45.34%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#604A8D (or 0x604A8D) is known color: Daisy Bush. HEX triplet: 60, 4A and 8D. RGB value is (96,74,141). Sum of RGB (Red+Green+Blue) = 96+74+141=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #604A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A8D is #9FB572. Grayscale: #575757. Windows color (decimal): -10466675 or 9259616. OLE color: 9259616.

HSL color Cylindrical-coordinate representation of color #604A8D: hue angle of 259.7º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604A8D is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 74 141 -
CMYK 0.32 0.48 0 0.45
HSL 259.7º 0.31% 0.42% -
HSV(B) 259.7º 0.48% 0.55% -
XYZ 12.08 9.31 26.36 -
YUV 88.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 96 74 141 0.32 0.48 0 0.45 259.7 0.31 0.42
Hex 60 4A 8D 20 30 0 2D 104 1F 2A
Octal 140 112 215 40 60 0 55 404 37 52
Binary 1100000 1001010 10001101 100000 110000 0 101101 100000100 11111 101010

Color Harmonies of #604A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A8D

Black with #604A8D

Text Example


Text Example

White with #604A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604A8D; }

 p { color: rgb(96,74,141); }

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

background-color css

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

 a { background-color: rgb(96,74,141); }

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

border-color css

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

 span { border-color: rgb(96,74,141); }

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