#604BA1

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

Shades of Daisy Bush #604BA1

Tints of Daisy Bush #604BA1

Color information

#604BA1 (or 0x604BA1) is unknown color: approx Daisy Bush. HEX triplet: 60, 4B and A1. RGB value is (96,75,161). Sum of RGB (Red+Green+Blue) = 96+75+161=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 161 - color contains mainly: blue. Hex color #604BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604BA1 is #9FB45E. Grayscale: #5A5A5A. Windows color (decimal): -10466399 or 10570592. OLE color: 10570592.

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

Color convert

RGB9675161-
CMYK0.400.5300.37
HSL254.65º36.44%46.27%-
HSV(B)254.65º53.42%63.14%-
XYZ13.7710.0934.94-
YUV91.08167.46131.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 161 (63.28% from 255) = 48.49%
R=28.92%
G=22.59%
B=48.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96751610.400.5300.37254.6536.4446.27
Hex604BA12835025ff242e
Octal14011324150650453774456
Binary1100000100101110100001101000110101010010111111111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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