#6452BA

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

Shades of Blue Marguerite #6452BA

Tints of Blue Marguerite #6452BA

Color information

#6452BA (or 0x6452BA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 52 and BA. RGB value is (100,82,186). Sum of RGB (Red+Green+Blue) = 100+82+186=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #6452BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452BA is #9BAD45. Grayscale: #626262. Windows color (decimal): -10202438 or 12210788. OLE color: 12210788.

HSL color Cylindrical-coordinate representation of color #6452BA: hue angle of 250.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6452BA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10082186-
CMYK0.460.5600.27
HSL250.38º42.98%52.55%-
HSV(B)250.38º55.91%72.94%-
XYZ17.1412.2947.92-
YUV99.24176.96128.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=27.17%
G=22.28%
B=50.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100821860.460.5600.27250.3842.9852.55
Hex6452BA2E3801Bfa2b35
Octal14412227256700333725365
Binary110010010100101011101010111011100001101111111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6452BA; }

 p { color: rgb(100,82,186); }

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

<style>
 a { background-color: #6452BA; }

 a { background-color: rgb(100,82,186); }

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

<style>
 span { border-color: #6452BA; }

 span { border-color: rgb(100,82,186); }

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