#6746B3

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

Shades of Blue Marguerite #6746B3

Tints of Blue Marguerite #6746B3

Color information

#6746B3 (or 0x6746B3) is unknown color: approx Blue Marguerite. HEX triplet: 67, 46 and B3. RGB value is (103,70,179). Sum of RGB (Red+Green+Blue) = 103+70+179=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #6746B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746B3 is #98B94C. Grayscale: #5B5B5B. Windows color (decimal): -10008909 or 11748967. OLE color: 11748967.

HSL color Cylindrical-coordinate representation of color #6746B3: hue angle of 258.17º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6746B3 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10370179-
CMYK0.420.6100.30
HSL258.17º43.78%48.82%-
HSV(B)258.17º60.89%70.2%-
XYZ15.9210.5243.84-
YUV92.29176.93135.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=29.26%
G=19.89%
B=50.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103701790.420.6100.30258.1743.7848.82
Hex6746B32A3D01E1022c31
Octal14710626352750364025461
Binary1100111100011010110011101010111101011110100000010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6746B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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