#6755A8

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

Shades of Blue Marguerite #6755A8

Tints of Blue Marguerite #6755A8

Color information

#6755A8 (or 0x6755A8) is unknown color: approx Blue Marguerite. HEX triplet: 67, 55 and A8. RGB value is (103,85,168). Sum of RGB (Red+Green+Blue) = 103+85+168=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 168 - color contains mainly: blue. Hex color #6755A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6755A8 is #98AA57. Grayscale: #636363. Windows color (decimal): -10005080 or 11031911. OLE color: 11031911.

HSL color Cylindrical-coordinate representation of color #6755A8: hue angle of 253.01º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6755A8 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10385168-
CMYK0.390.4900.34
HSL253.01º32.81%49.61%-
HSV(B)253.01º49.4%65.88%-
XYZ15.9112.2138.56-
YUV99.84166.46130.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 168 (66.02% from 255) = 47.19%
R=28.93%
G=23.88%
B=47.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal103851680.390.4900.34253.0132.8149.61
Hex6755A82731022fd2132
Octal14712525047610423754162
Binary1100111101010110101000100111110001010001011111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6755A8; }

 p { color: rgb(103,85,168); }

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

<style>
 a { background-color: #6755A8; }

 a { background-color: rgb(103,85,168); }

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

<style>
 span { border-color: #6755A8; }

 span { border-color: rgb(103,85,168); }

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