#6763BC

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

Shades of Blue Marguerite #6763BC

Tints of Blue Marguerite #6763BC

Color information

#6763BC (or 0x6763BC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 63 and BC. RGB value is (103,99,188). Sum of RGB (Red+Green+Blue) = 103+99+188=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6763BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763BC is #989C43. Grayscale: #6D6D6D. Windows color (decimal): -10001476 or 12346215. OLE color: 12346215.

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

Color convert

RGB10399188-
CMYK0.450.4700.26
HSL242.7º39.91%56.27%-
HSV(B)242.7º47.34%73.73%-
XYZ19.1315.4449.55-
YUV110.34171.83122.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=26.41%
G=25.38%
B=48.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103991880.450.4700.26242.739.9156.27
Hex6763BC2D2F01Af32838
Octal14714327455570323635070
Binary110011111000111011110010110110111101101011110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6763BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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