#6756AD

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

Shades of Blue Marguerite #6756AD

Tints of Blue Marguerite #6756AD

Color information

#6756AD (or 0x6756AD) is unknown color: approx Blue Marguerite. HEX triplet: 67, 56 and AD. RGB value is (103,86,173). Sum of RGB (Red+Green+Blue) = 103+86+173=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #6756AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6756AD is #98A952. Grayscale: #646464. Windows color (decimal): -10004819 or 11359847. OLE color: 11359847.

HSL color Cylindrical-coordinate representation of color #6756AD: hue angle of 251.72º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6756AD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10386173-
CMYK0.400.5000.32
HSL251.72º34.66%50.78%-
HSV(B)251.72º50.29%67.84%-
XYZ16.4612.5641.09-
YUV101168.63129.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=28.45%
G=23.76%
B=47.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal103861730.400.5000.32251.7234.6650.78
Hex6756AD2832020fc2333
Octal14712625550620403744363
Binary1100111101011010101101101000110010010000011111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6756AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6756AD; }

 p { color: rgb(103,86,173); }

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

<style>
 a { background-color: #6756AD; }

 a { background-color: rgb(103,86,173); }

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

<style>
 span { border-color: #6756AD; }

 span { border-color: rgb(103,86,173); }

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