#604FBE

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

Shades of Blue Marguerite #604FBE

Tints of Blue Marguerite #604FBE

Color information

#604FBE (or 0x604FBE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4F and BE. RGB value is (96,79,190). Sum of RGB (Red+Green+Blue) = 96+79+190=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #604FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FBE is #9FB041. Grayscale: #606060. Windows color (decimal): -10465346 or 12472160. OLE color: 12472160.

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

Color convert

RGB9679190-
CMYK0.490.5800.25
HSL249.19º46.06%52.75%-
HSV(B)249.19º58.42%74.51%-
XYZ16.9111.850.1-
YUV96.74180.63127.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=26.30%
G=21.64%
B=52.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96791900.490.5800.25249.1946.0652.75
Hex604FBE313A019f92e35
Octal14011727661720313715665
Binary110000010011111011111011000111101001100111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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