#6450BD

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

Shades of Blue Marguerite #6450BD

Tints of Blue Marguerite #6450BD

Color information

#6450BD (or 0x6450BD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 50 and BD. RGB value is (100,80,189). Sum of RGB (Red+Green+Blue) = 100+80+189=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #6450BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450BD is #9BAF42. Grayscale: #616161. Windows color (decimal): -10202947 or 12406884. OLE color: 12406884.

HSL color Cylindrical-coordinate representation of color #6450BD: hue angle of 251.01º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6450BD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10080189-
CMYK0.470.5800.26
HSL251.01º45.23%52.75%-
HSV(B)251.01º57.67%74.12%-
XYZ17.3112.1249.57-
YUV98.41179.13129.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=27.10%
G=21.68%
B=51.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100801890.470.5800.26251.0145.2352.75
Hex6450BD2F3A01Afb2d35
Octal14412027557720323735565
Binary110010010100001011110110111111101001101011111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6450BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6450BD; }

 p { color: rgb(100,80,189); }

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

<style>
 a { background-color: #6450BD; }

 a { background-color: rgb(100,80,189); }

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

<style>
 span { border-color: #6450BD; }

 span { border-color: rgb(100,80,189); }

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