#604B9C

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

Shades of Daisy Bush #604B9C

Tints of Daisy Bush #604B9C

Color information

#604B9C (or 0x604B9C) is unknown color: approx Daisy Bush. HEX triplet: 60, 4B and 9C. RGB value is (96,75,156). Sum of RGB (Red+Green+Blue) = 96+75+156=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #604B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604B9C is #9FB463. Grayscale: #5A5A5A. Windows color (decimal): -10466404 or 10242912. OLE color: 10242912.

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

Color convert

RGB9675156-
CMYK0.380.5200.39
HSL255.56º35.06%45.29%-
HSV(B)255.56º51.92%61.18%-
XYZ13.349.9232.66-
YUV90.51164.96131.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=29.36%
G=22.94%
B=47.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96751560.380.5200.39255.5635.0645.29
Hex604B9C2634027100232d
Octal14011323446640474004355
Binary11000001001011100111001001101101000100111100000000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,156); }

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

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

 a { background-color: rgb(96,75,156); }

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

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

 span { border-color: rgb(96,75,156); }

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