#6354AB

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

Shades of Blue Marguerite #6354AB

Tints of Blue Marguerite #6354AB

Color information

#6354AB (or 0x6354AB) is unknown color: approx Blue Marguerite. HEX triplet: 63, 54 and AB. RGB value is (99,84,171). Sum of RGB (Red+Green+Blue) = 99+84+171=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 84 (33.20% from 255 or 23.73% 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 #6354AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6354AB is #9CAB54. Grayscale: #626262. Windows color (decimal): -10267477 or 11228259. OLE color: 11228259.

HSL color Cylindrical-coordinate representation of color #6354AB: hue angle of 250.34º degrees, saturation: 0.34, 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 #6354AB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9984171-
CMYK0.420.5100.33
HSL250.34º34.12%50%-
HSV(B)250.34º50.88%67.06%-
XYZ15.6711.9340.01-
YUV98.4168.97128.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=27.97%
G=23.73%
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
Decimal99841710.420.5100.33250.3434.1250
Hex6354AB2A33021fa2232
Octal14312425352630413724262
Binary1100011101010010101011101010110011010000111111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,84,171); }

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

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

 a { background-color: rgb(99,84,171); }

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

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

 span { border-color: rgb(99,84,171); }

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