Html Css Color HEX #604A8C Daisy Bush

📋 copy color: '#604A8C'

red 96 ◦ green 74 ◦ blue 140

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

Shades of Daisy Bush #604A8C

Tints of Daisy Bush #604A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 30.97%
G = 23.87%
B = 45.16%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#604A8C (or 0x604A8C) is known color: Daisy Bush. HEX triplet: 60, 4A and 8C. RGB value is (96,74,140). Sum of RGB (Red+Green+Blue) = 96+74+140=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #604A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A8C is #9FB573. Grayscale: #575757. Windows color (decimal): -10466676 or 9194080. OLE color: 9194080.

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

Color convert

RGB 96 74 140 -
CMYK 0.31 0.47 0 0.45
HSL 260º 0.31% 0.42% -
HSV(B) 260º 0.47% 0.55% -
XYZ 12.01 9.28 25.97 -
YUV 88.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 96 74 140 0.31 0.47 0 0.45 260 0.31 0.42
Hex 60 4A 8C 1F 2F 0 2D 104 1F 2A
Octal 140 112 214 37 57 0 55 404 37 52
Binary 1100000 1001010 10001100 11111 101111 0 101101 100000100 11111 101010

Color Harmonies of #604A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A8C

Black with #604A8C

Text Example


Text Example

White with #604A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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