#604EBA

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

Shades of Blue Marguerite #604EBA

Tints of Blue Marguerite #604EBA

Color information

#604EBA (or 0x604EBA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and BA. RGB value is (96,78,186). Sum of RGB (Red+Green+Blue) = 96+78+186=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #604EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EBA is #9FB145. Grayscale: #5F5F5F. Windows color (decimal): -10465606 or 12209760. OLE color: 12209760.

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

Color convert

RGB9678186-
CMYK0.480.5800.27
HSL250º43.9%51.76%-
HSV(B)250º58.06%72.94%-
XYZ16.4111.4847.81-
YUV95.69178.96128.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=26.67%
G=21.67%
B=51.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96781860.480.5800.2725043.951.76
Hex604EBA303A01Bfa2c34
Octal14011627260720333725464
Binary110000010011101011101011000011101001101111111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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