#604BBD

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

Shades of Blue Marguerite #604BBD

Tints of Blue Marguerite #604BBD

Color information

#604BBD (or 0x604BBD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4B and BD. RGB value is (96,75,189). Sum of RGB (Red+Green+Blue) = 96+75+189=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #604BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BBD is #9FB442. Grayscale: #5D5D5D. Windows color (decimal): -10466371 or 12405600. OLE color: 12405600.

HSL color Cylindrical-coordinate representation of color #604BBD: hue angle of 251.05º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604BBD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9675189-
CMYK0.490.6000.26
HSL251.05º46.34%51.76%-
HSV(B)251.05º60.32%74.12%-
XYZ16.5311.1949.43-
YUV94.28181.46129.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=26.67%
G=20.83%
B=52.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96751890.490.6000.26251.0546.3451.76
Hex604BBD313C01Afb2e34
Octal14011327561740323735664
Binary110000010010111011110111000111110001101011111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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