#604298

Color #604298 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #604298

Tints of Daisy Bush #604298

Color information

#604298 (or 0x604298) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 98. RGB value is (96,66,152). Sum of RGB (Red+Green+Blue) = 96+66+152=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #604298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604298 is #9FBD67. Grayscale: #545454. Windows color (decimal): -10468712 or 9978464. OLE color: 9978464.

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

Color convert

RGB9666152-
CMYK0.370.5700.40
HSL260.93º39.45%42.75%-
HSV(B)260.93º56.58%59.61%-
XYZ12.448.6530.72-
YUV84.77165.94136.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=30.57%
G=21.02%
B=48.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96661520.370.5700.40260.9339.4542.75
Hex6042982539028105272b
Octal14010223045710504054753
Binary11000001000010100110001001011110010101000100000101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604298; }

 p { color: rgb(96,66,152); }

 H1.HeaderClassName
 {
   color: #604298;
 }
 .AnyTagClassName
 {
   color: #604298;
 }
</style>
background-color css

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

 a { background-color: rgb(96,66,152); }

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

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

 span { border-color: rgb(96,66,152); }

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