#6746BE

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

Shades of Blue Marguerite #6746BE

Tints of Blue Marguerite #6746BE

Color information

#6746BE (or 0x6746BE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 46 and BE. RGB value is (103,70,190). Sum of RGB (Red+Green+Blue) = 103+70+190=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #6746BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746BE is #98B941. Grayscale: #5D5D5D. Windows color (decimal): -10008898 or 12469863. OLE color: 12469863.

HSL color Cylindrical-coordinate representation of color #6746BE: hue angle of 256.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6746BE is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10370190-
CMYK0.460.6300.25
HSL256.5º48%50.98%-
HSV(B)256.5º63.16%74.51%-
XYZ17.0810.9849.93-
YUV93.55182.43134.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=28.37%
G=19.28%
B=52.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103701900.460.6300.25256.54850.98
Hex6746BE2E3F0191003033
Octal14710627656770314006063
Binary1100111100011010111110101110111111011001100000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6746BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6746BE; }

 p { color: rgb(103,70,190); }

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

<style>
 a { background-color: #6746BE; }

 a { background-color: rgb(103,70,190); }

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

<style>
 span { border-color: #6746BE; }

 span { border-color: rgb(103,70,190); }

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