#6452AB

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

Shades of Blue Marguerite #6452AB

Tints of Blue Marguerite #6452AB

Color information

#6452AB (or 0x6452AB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 52 and AB. RGB value is (100,82,171). Sum of RGB (Red+Green+Blue) = 100+82+171=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6452AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6452AB is #9BAD54. Grayscale: #616161. Windows color (decimal): -10202453 or 11227748. OLE color: 11227748.

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

Color convert

RGB10082171-
CMYK0.420.5200.33
HSL252.13º35.18%49.61%-
HSV(B)252.13º52.05%67.06%-
XYZ15.6211.6839.96-
YUV97.53169.46129.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=28.33%
G=23.23%
B=48.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100821710.420.5200.33252.1335.1849.61
Hex6452AB2A34021fc2332
Octal14412225352640413744362
Binary1100100101001010101011101010110100010000111111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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