Html Css Color HEX #604099 Daisy Bush

📋 copy color: '#604099'

red 96 ◦ green 64 ◦ blue 153

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

Shades of Daisy Bush #604099

Tints of Daisy Bush #604099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 30.67%
G = 20.45%
B = 48.88%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#604099 (or 0x604099) is known color: Daisy Bush. HEX triplet: 60, 40 and 99. RGB value is (96,64,153). Sum of RGB (Red+Green+Blue) = 96+64+153=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #604099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604099 is #9FBF66. Grayscale: #535353. Windows color (decimal): -10469223 or 10043488. OLE color: 10043488.

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

Color convert

RGB 96 64 153 -
CMYK 0.37 0.58 0 0.4
HSL 261.57º 0.41% 0.43% -
HSV(B) 261.57º 0.58% 0.6% -
XYZ 12.41 8.45 31.11 -
YUV 83.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 96 64 153 0.37 0.58 0 0.4 261.57 0.41 0.43
Hex 60 40 99 25 3A 0 28 106 29 2B
Octal 140 100 231 45 72 0 50 406 51 53
Binary 1100000 1000000 10011001 100101 111010 0 101000 100000110 101001 101011

Color Harmonies of #604099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604099

Black with #604099

Text Example


Text Example

White with #604099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604099; }

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

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

background-color css

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

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

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

border-color css

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

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

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