#6760AA

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

Shades of Blue Marguerite #6760AA

Tints of Blue Marguerite #6760AA

Color information

#6760AA (or 0x6760AA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 60 and AA. RGB value is (103,96,170). Sum of RGB (Red+Green+Blue) = 103+96+170=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6760AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6760AA is #989F55. Grayscale: #6A6A6A. Windows color (decimal): -10002262 or 11165799. OLE color: 11165799.

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

Color convert

RGB10396170-
CMYK0.390.4400.33
HSL245.68º30.33%52.16%-
HSV(B)245.68º43.53%66.67%-
XYZ17.0314.1539.86-
YUV106.53163.82125.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=27.91%
G=26.02%
B=46.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103961700.390.4400.33245.6830.3352.16
Hex6760AA272C021f61e34
Octal14714025247540413663664
Binary110011111000001010101010011110110001000011111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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