#604B9E

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

Shades of Daisy Bush #604B9E

Tints of Daisy Bush #604B9E

Color information

#604B9E (or 0x604B9E) is unknown color: approx Daisy Bush. HEX triplet: 60, 4B and 9E. RGB value is (96,75,158). Sum of RGB (Red+Green+Blue) = 96+75+158=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #604B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604B9E is #9FB461. Grayscale: #5A5A5A. Windows color (decimal): -10466402 or 10373984. OLE color: 10373984.

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

Color convert

RGB9675158-
CMYK0.390.5300.38
HSL255.18º35.62%45.69%-
HSV(B)255.18º52.53%61.96%-
XYZ13.519.9933.56-
YUV90.74165.96131.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=29.18%
G=22.80%
B=48.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96751580.390.5300.38255.1835.6245.69
Hex604B9E2735026ff242e
Octal14011323647650463774456
Binary1100000100101110011110100111110101010011011111111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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