Html Css Color HEX #604096 Daisy Bush

📋 copy color: '#604096'

red 96 ◦ green 64 ◦ blue 150

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

Shades of Daisy Bush #604096

Tints of Daisy Bush #604096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 30.97%
G = 20.65%
B = 48.39%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#604096 (or 0x604096) is known color: Daisy Bush. HEX triplet: 60, 40 and 96. RGB value is (96,64,150). Sum of RGB (Red+Green+Blue) = 96+64+150=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #604096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604096 is #9FBF69. Grayscale: #535353. Windows color (decimal): -10469226 or 9846880. OLE color: 9846880.

HSL color Cylindrical-coordinate representation of color #604096: hue angle of 262.33º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604096 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 64 150 -
CMYK 0.36 0.57 0 0.41
HSL 262.33º 0.4% 0.42% -
HSV(B) 262.33º 0.57% 0.59% -
XYZ 12.16 8.36 29.83 -
YUV 83.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 96 64 150 0.36 0.57 0 0.41 262.33 0.4 0.42
Hex 60 40 96 24 39 0 29 106 28 2A
Octal 140 100 226 44 71 0 51 406 50 52
Binary 1100000 1000000 10010110 100100 111001 0 101001 100000110 101000 101010

Color Harmonies of #604096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604096

Black with #604096

Text Example


Text Example

White with #604096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604096; }

 p { color: rgb(96,64,150); }

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

background-color css

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

 a { background-color: rgb(96,64,150); }

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

border-color css

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

 span { border-color: rgb(96,64,150); }

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