#7660BF

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

Shades of Blue Marguerite #7660BF

Tints of Blue Marguerite #7660BF

Color information

#7660BF (or 0x7660BF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 60 and BF. RGB value is (118,96,191). Sum of RGB (Red+Green+Blue) = 118+96+191=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #7660BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660BF is #899F40. Grayscale: #717171. Windows color (decimal): -9019201 or 12542070. OLE color: 12542070.

HSL color Cylindrical-coordinate representation of color #7660BF: hue angle of 253.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7660BF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11896191-
CMYK0.380.5000.25
HSL253.89º42.6%56.27%-
HSV(B)253.89º49.74%74.9%-
XYZ21.0615.9851.26-
YUV113.41171.79131.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 191 (75% from 255) = 47.16%
R=29.14%
G=23.70%
B=47.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118961910.380.5000.25253.8942.656.27
Hex7660BF2632019fe2b38
Octal16614027746620313765370
Binary111011011000001011111110011011001001100111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7660BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7660BF; }

 p { color: rgb(118,96,191); }

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

<style>
 a { background-color: #7660BF; }

 a { background-color: rgb(118,96,191); }

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

<style>
 span { border-color: #7660BF; }

 span { border-color: rgb(118,96,191); }

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