#604FBD

Color #604FBD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #604FBD

Tints of Blue Marguerite #604FBD

Color information

#604FBD (or 0x604FBD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4F and BD. RGB value is (96,79,189). Sum of RGB (Red+Green+Blue) = 96+79+189=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #604FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FBD is #9FB042. Grayscale: #606060. Windows color (decimal): -10465347 or 12406624. OLE color: 12406624.

HSL color Cylindrical-coordinate representation of color #604FBD: hue angle of 249.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604FBD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9679189-
CMYK0.490.5800.26
HSL249.27º45.45%52.55%-
HSV(B)249.27º58.2%74.12%-
XYZ16.8111.7549.53-
YUV96.62180.13127.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=26.37%
G=21.70%
B=51.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96791890.490.5800.26249.2745.4552.55
Hex604FBD313A01Af92d35
Octal14011727561720323715565
Binary110000010011111011110111000111101001101011111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,189); }

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

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

 a { background-color: rgb(96,79,189); }

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

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

 span { border-color: rgb(96,79,189); }

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