#6758AA

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

Shades of Blue Marguerite #6758AA

Tints of Blue Marguerite #6758AA

Color information

#6758AA (or 0x6758AA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 58 and AA. RGB value is (103,88,170). Sum of RGB (Red+Green+Blue) = 103+88+170=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #6758AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6758AA is #98A755. Grayscale: #656565. Windows color (decimal): -10004310 or 11163751. OLE color: 11163751.

HSL color Cylindrical-coordinate representation of color #6758AA: hue angle of 250.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6758AA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10388170-
CMYK0.390.4800.33
HSL250.98º32.54%50.59%-
HSV(B)250.98º48.24%66.67%-
XYZ16.3412.7739.63-
YUV101.83166.47128.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=28.53%
G=24.38%
B=47.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103881700.390.4800.33250.9832.5450.59
Hex6758AA2730021fb2133
Octal14713025247600413734163
Binary1100111101100010101010100111110000010000111111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6758AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6758AA; }

 p { color: rgb(103,88,170); }

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

<style>
 a { background-color: #6758AA; }

 a { background-color: rgb(103,88,170); }

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

<style>
 span { border-color: #6758AA; }

 span { border-color: rgb(103,88,170); }

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