Html Css Color HEX #604A8E Daisy Bush

📋 copy color: '#604A8E'

red 96 ◦ green 74 ◦ blue 142

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

Shades of Daisy Bush #604A8E

Tints of Daisy Bush #604A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 30.77%
G = 23.72%
B = 45.51%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#604A8E (or 0x604A8E) is known color: Daisy Bush. HEX triplet: 60, 4A and 8E. RGB value is (96,74,142). Sum of RGB (Red+Green+Blue) = 96+74+142=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #604A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A8E is #9FB571. Grayscale: #585858. Windows color (decimal): -10466674 or 9325152. OLE color: 9325152.

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

Color convert

RGB 96 74 142 -
CMYK 0.32 0.48 0 0.44
HSL 259.41º 0.31% 0.42% -
HSV(B) 259.41º 0.48% 0.56% -
XYZ 12.16 9.34 26.75 -
YUV 88.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 96 74 142 0.32 0.48 0 0.44 259.41 0.31 0.42
Hex 60 4A 8E 20 30 0 2C 103 1F 2A
Octal 140 112 216 40 60 0 54 403 37 52
Binary 1100000 1001010 10001110 100000 110000 0 101100 100000011 11111 101010

Color Harmonies of #604A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A8E

Black with #604A8E

Text Example


Text Example

White with #604A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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