#604EBE

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

Shades of Blue Marguerite #604EBE

Tints of Blue Marguerite #604EBE

Color information

#604EBE (or 0x604EBE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and BE. RGB value is (96,78,190). Sum of RGB (Red+Green+Blue) = 96+78+190=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #604EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EBE is #9FB141. Grayscale: #5F5F5F. Windows color (decimal): -10465602 or 12471904. OLE color: 12471904.

HSL color Cylindrical-coordinate representation of color #604EBE: hue angle of 249.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #604EBE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9678190-
CMYK0.490.5900.25
HSL249.64º46.28%52.55%-
HSV(B)249.64º58.95%74.51%-
XYZ16.8411.6550.08-
YUV96.15180.96127.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=26.37%
G=21.43%
B=52.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96781900.490.5900.25249.6446.2852.55
Hex604EBE313B019fa2e35
Octal14011627661730313725665
Binary110000010011101011111011000111101101100111111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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