#604BBE

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

Shades of Blue Marguerite #604BBE

Tints of Blue Marguerite #604BBE

Color information

#604BBE (or 0x604BBE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4B and BE. RGB value is (96,75,190). Sum of RGB (Red+Green+Blue) = 96+75+190=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #604BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BBE is #9FB441. Grayscale: #5D5D5D. Windows color (decimal): -10466370 or 12471136. OLE color: 12471136.

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

Color convert

RGB9675190-
CMYK0.490.6100.25
HSL250.96º46.94%51.96%-
HSV(B)250.96º60.53%74.51%-
XYZ16.6311.2450.01-
YUV94.39181.96129.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=26.59%
G=20.78%
B=52.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96751900.490.6100.25250.9646.9451.96
Hex604BBE313D019fb2f34
Octal14011327661750313735764
Binary110000010010111011111011000111110101100111111011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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