#604BAF

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

Shades of Blue Marguerite #604BAF

Tints of Blue Marguerite #604BAF

Color information

#604BAF (or 0x604BAF) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4B and AF. RGB value is (96,75,175). Sum of RGB (Red+Green+Blue) = 96+75+175=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #604BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604BAF is #9FB450. Grayscale: #5C5C5C. Windows color (decimal): -10466385 or 11488096. OLE color: 11488096.

HSL color Cylindrical-coordinate representation of color #604BAF: hue angle of 252.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604BAF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9675175-
CMYK0.450.5700.31
HSL252.6º40%49.02%-
HSV(B)252.6º57.14%68.63%-
XYZ15.0810.6141.81-
YUV92.68174.46130.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=27.75%
G=21.68%
B=50.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96751750.450.5700.31252.64049.02
Hex604BAF2D3901Ffd2831
Octal14011325755710373755061
Binary110000010010111010111110110111100101111111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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