#6760BC

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

Shades of Blue Marguerite #6760BC

Tints of Blue Marguerite #6760BC

Color information

#6760BC (or 0x6760BC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 60 and BC. RGB value is (103,96,188). Sum of RGB (Red+Green+Blue) = 103+96+188=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #6760BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760BC is #989F43. Grayscale: #6C6C6C. Windows color (decimal): -10002244 or 12345447. OLE color: 12345447.

HSL color Cylindrical-coordinate representation of color #6760BC: hue angle of 244.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6760BC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10396188-
CMYK0.450.4900.26
HSL244.57º40.71%55.69%-
HSV(B)244.57º48.94%73.73%-
XYZ18.8514.8849.46-
YUV108.58172.82124.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=26.61%
G=24.81%
B=48.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103961880.450.4900.26244.5740.7155.69
Hex6760BC2D3101Af52938
Octal14714027455610323655170
Binary110011111000001011110010110111000101101011110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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