#6757B0

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

Shades of Blue Marguerite #6757B0

Tints of Blue Marguerite #6757B0

Color information

#6757B0 (or 0x6757B0) is unknown color: approx Blue Marguerite. HEX triplet: 67, 57 and B0. RGB value is (103,87,176). Sum of RGB (Red+Green+Blue) = 103+87+176=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #6757B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6757B0 is #98A84F. Grayscale: #656565. Windows color (decimal): -10004560 or 11556711. OLE color: 11556711.

HSL color Cylindrical-coordinate representation of color #6757B0: hue angle of 250.79º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6757B0 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10387176-
CMYK0.410.5100.31
HSL250.79º36.03%51.57%-
HSV(B)250.79º50.57%69.02%-
XYZ16.8412.8342.66-
YUV101.93169.8128.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=28.14%
G=23.77%
B=48.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103871760.410.5100.31250.7936.0351.57
Hex6757B0293301Ffb2434
Octal14712726051630373734464
Binary110011110101111011000010100111001101111111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6757B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6757B0; }

 p { color: rgb(103,87,176); }

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

<style>
 a { background-color: #6757B0; }

 a { background-color: rgb(103,87,176); }

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

<style>
 span { border-color: #6757B0; }

 span { border-color: rgb(103,87,176); }

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