#604DBB

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

Shades of Blue Marguerite #604DBB

Tints of Blue Marguerite #604DBB

Color information

#604DBB (or 0x604DBB) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4D and BB. RGB value is (96,77,187). Sum of RGB (Red+Green+Blue) = 96+77+187=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #604DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DBB is #9FB244. Grayscale: #5E5E5E. Windows color (decimal): -10465861 or 12275040. OLE color: 12275040.

HSL color Cylindrical-coordinate representation of color #604DBB: hue angle of 250.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #604DBB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9677187-
CMYK0.490.5900.27
HSL250.36º44.72%51.76%-
HSV(B)250.36º58.82%73.33%-
XYZ16.4511.3848.34-
YUV95.22179.79128.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=26.67%
G=21.39%
B=51.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96771870.490.5900.27250.3644.7251.76
Hex604DBB313B01Bfa2d34
Octal14011527361730333725564
Binary110000010011011011101111000111101101101111111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,187); }

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

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

 a { background-color: rgb(96,77,187); }

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

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

 span { border-color: rgb(96,77,187); }

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