#6754AB

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

Shades of Blue Marguerite #6754AB

Tints of Blue Marguerite #6754AB

Color information

#6754AB (or 0x6754AB) is unknown color: approx Blue Marguerite. HEX triplet: 67, 54 and AB. RGB value is (103,84,171). Sum of RGB (Red+Green+Blue) = 103+84+171=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #6754AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6754AB is #98AB54. Grayscale: #636363. Windows color (decimal): -10005333 or 11228263. OLE color: 11228263.

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

Color convert

RGB10384171-
CMYK0.400.5100.33
HSL253.1º34.12%50%-
HSV(B)253.1º50.88%67.06%-
XYZ16.1112.1640.03-
YUV99.6168.29130.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=28.77%
G=23.46%
B=47.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103841710.400.5100.33253.134.1250
Hex6754AB2833021fd2232
Octal14712425350630413754262
Binary1100111101010010101011101000110011010000111111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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