#604698

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

Shades of Daisy Bush #604698

Tints of Daisy Bush #604698

Color information

#604698 (or 0x604698) is unknown color: approx Daisy Bush. HEX triplet: 60, 46 and 98. RGB value is (96,70,152). Sum of RGB (Red+Green+Blue) = 96+70+152=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #604698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604698 is #9FB967. Grayscale: #565656. Windows color (decimal): -10467688 or 9979488. OLE color: 9979488.

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

Color convert

RGB9670152-
CMYK0.370.5400.40
HSL259.02º36.94%43.53%-
HSV(B)259.02º53.95%59.61%-
XYZ12.689.1330.8-
YUV87.12164.61134.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=30.19%
G=22.01%
B=47.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96701520.370.5400.40259.0236.9443.53
Hex6046982536028103252c
Octal14010623045660504034554
Binary11000001000110100110001001011101100101000100000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604698; }

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

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

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

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

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

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

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

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