#604CA0

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

Shades of Daisy Bush #604CA0

Tints of Daisy Bush #604CA0

Color information

#604CA0 (or 0x604CA0) is unknown color: approx Daisy Bush. HEX triplet: 60, 4C and A0. RGB value is (96,76,160). Sum of RGB (Red+Green+Blue) = 96+76+160=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #604CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604CA0 is #9FB35F. Grayscale: #5B5B5B. Windows color (decimal): -10466144 or 10505312. OLE color: 10505312.

HSL color Cylindrical-coordinate representation of color #604CA0: hue angle of 254.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #604CA0 is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9676160-
CMYK0.40.5200.37
HSL254.29º35.59%46.27%-
HSV(B)254.29º52.5%62.75%-
XYZ13.7510.1934.5-
YUV91.56166.63131.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 160 (62.89% from 255) = 48.19%
R=28.92%
G=22.89%
B=48.19%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96761600.40.5200.37254.2935.5946.27
Hex604CA02834025fe242e
Octal14011424050640453764456
Binary1100000100110010100000101000110100010010111111110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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