#604C9A

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

Shades of Daisy Bush #604C9A

Tints of Daisy Bush #604C9A

Color information

#604C9A (or 0x604C9A) is unknown color: approx Daisy Bush. HEX triplet: 60, 4C and 9A. RGB value is (96,76,154). Sum of RGB (Red+Green+Blue) = 96+76+154=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #604C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C9A is #9FB365. Grayscale: #5A5A5A. Windows color (decimal): -10466150 or 10112096. OLE color: 10112096.

HSL color Cylindrical-coordinate representation of color #604C9A: hue angle of 255.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #604C9A is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9676154-
CMYK0.380.5100.40
HSL255.38º33.91%45.1%-
HSV(B)255.38º50.65%60.39%-
XYZ13.249.9931.8-
YUV90.87163.63131.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 76 (30.08% from 255) = 23.31%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=29.45%
G=23.31%
B=47.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96761540.380.5100.40255.3833.9145.1
Hex604C9A2633028ff222d
Octal14011423246630503774255
Binary1100000100110010011010100110110011010100011111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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