#604CBC

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

Shades of Blue Marguerite #604CBC

Tints of Blue Marguerite #604CBC

Color information

#604CBC (or 0x604CBC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4C and BC. RGB value is (96,76,188). Sum of RGB (Red+Green+Blue) = 96+76+188=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #604CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CBC is #9FB343. Grayscale: #5E5E5E. Windows color (decimal): -10466116 or 12340320. OLE color: 12340320.

HSL color Cylindrical-coordinate representation of color #604CBC: hue angle of 250.71º 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 #604CBC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9676188-
CMYK0.490.6000.26
HSL250.71º45.53%51.76%-
HSV(B)250.71º59.57%73.73%-
XYZ16.4911.2948.89-
YUV94.75180.63128.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=26.67%
G=21.11%
B=52.22%

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
Decimal96761880.490.6000.26250.7145.5351.76
Hex604CBC313C01Afb2e34
Octal14011427461740323735664
Binary110000010011001011110011000111110001101011111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,188); }

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

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

 a { background-color: rgb(96,76,188); }

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

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

 span { border-color: rgb(96,76,188); }

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