#604C9F

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

Shades of Daisy Bush #604C9F

Tints of Daisy Bush #604C9F

Color information

#604C9F (or 0x604C9F) is unknown color: approx Daisy Bush. HEX triplet: 60, 4C and 9F. RGB value is (96,76,159). Sum of RGB (Red+Green+Blue) = 96+76+159=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #604C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C9F is #9FB360. Grayscale: #5B5B5B. Windows color (decimal): -10466145 or 10439776. OLE color: 10439776.

HSL color Cylindrical-coordinate representation of color #604C9F: hue angle of 254.46º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #604C9F is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9676159-
CMYK0.400.5200.38
HSL254.46º35.32%46.08%-
HSV(B)254.46º52.2%62.35%-
XYZ13.6710.1634.04-
YUV91.44166.13131.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=29.00%
G=22.96%
B=48.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96761590.400.5200.38254.4635.3246.08
Hex604C9F2834026fe232e
Octal14011423750640463764356
Binary1100000100110010011111101000110100010011011111110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,159); }

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

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

 a { background-color: rgb(96,76,159); }

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

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

 span { border-color: rgb(96,76,159); }

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