#604EB6

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

Shades of Blue Marguerite #604EB6

Tints of Blue Marguerite #604EB6

Color information

#604EB6 (or 0x604EB6) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and B6. RGB value is (96,78,182). Sum of RGB (Red+Green+Blue) = 96+78+182=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #604EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EB6 is #9FB149. Grayscale: #5E5E5E. Windows color (decimal): -10465610 or 11947616. OLE color: 11947616.

HSL color Cylindrical-coordinate representation of color #604EB6: hue angle of 250.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604EB6 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9678182-
CMYK0.470.5700.29
HSL250.38º41.6%50.98%-
HSV(B)250.38º57.14%71.37%-
XYZ15.9911.3145.6-
YUV95.24176.96128.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=26.97%
G=21.91%
B=51.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96781820.470.5700.29250.3841.650.98
Hex604EB62F3901Dfa2a33
Octal14011626657710353725263
Binary110000010011101011011010111111100101110111111010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,182); }

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

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

 a { background-color: rgb(96,78,182); }

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

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

 span { border-color: rgb(96,78,182); }

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