#6453AB

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

Shades of Blue Marguerite #6453AB

Tints of Blue Marguerite #6453AB

Color information

#6453AB (or 0x6453AB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 53 and AB. RGB value is (100,83,171). Sum of RGB (Red+Green+Blue) = 100+83+171=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6453AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6453AB is #9BAC54. Grayscale: #616161. Windows color (decimal): -10202197 or 11228004. OLE color: 11228004.

HSL color Cylindrical-coordinate representation of color #6453AB: hue angle of 251.59º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6453AB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10083171-
CMYK0.420.5100.33
HSL251.59º34.65%49.8%-
HSV(B)251.59º51.46%67.06%-
XYZ15.711.8439.99-
YUV98.12169.13129.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=28.25%
G=23.45%
B=48.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100831710.420.5100.33251.5934.6549.8
Hex6453AB2A33021fc2332
Octal14412325352630413744362
Binary1100100101001110101011101010110011010000111111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6453AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6453AB; }

 p { color: rgb(100,83,171); }

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

<style>
 a { background-color: #6453AB; }

 a { background-color: rgb(100,83,171); }

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

<style>
 span { border-color: #6453AB; }

 span { border-color: rgb(100,83,171); }

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